We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8a533 commit 47b3933Copy full SHA for 47b3933
.github/workflows/tox.yaml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- python-version: ['3.10']
+ python-version: ['3.12']
12
13
steps:
14
- uses: actions/checkout@v4
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:22.04
+FROM ubuntu:24.04
2
3
RUN apt-get update && apt-get upgrade -y && apt-get install python3-pip tini -y && apt-get clean
4
0 commit comments