Skip to content

Commit decdd87

Browse files
committed
💚 drop python 3.9 and add 3.12, 3.13, 3.14
1 parent ebadcfd commit decdd87

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/docker.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- completed
1111

1212
env:
13-
LATEST_PYTHON_VERSION: "3.12"
13+
LATEST_PYTHON_VERSION: "3.14"
1414

1515
jobs:
1616
metadata:
@@ -52,10 +52,11 @@ jobs:
5252
fail-fast: true
5353
matrix:
5454
python_version:
55-
- "3.9"
5655
- "3.10"
5756
- "3.11"
5857
- "3.12"
58+
- "3.13"
59+
- "3.14"
5960
python_variant:
6061
- ""
6162
- "-slim"
@@ -130,9 +131,11 @@ jobs:
130131
strategy:
131132
matrix:
132133
python_version:
133-
- "3.9"
134134
- "3.10"
135135
- "3.11"
136+
- "3.12"
137+
- "3.13"
138+
- "3.14"
136139
python_variant:
137140
- ""
138141
- "-slim"

0 commit comments

Comments
 (0)