Skip to content

Commit 47b3933

Browse files
committed
Move to Ubuntu 24.04
1 parent 3b8a533 commit 47b3933

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ['3.10']
11+
python-version: ['3.12']
1212

1313
steps:
1414
- uses: actions/checkout@v4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:24.04
22

33
RUN apt-get update && apt-get upgrade -y && apt-get install python3-pip tini -y && apt-get clean
44

0 commit comments

Comments
 (0)