Skip to content

Commit 95d98d9

Browse files
committed
python 3.13 out, python 3.8 dead
1 parent 0fe8d17 commit 95d98d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version:
19-
- "3.8" # EOL: 2024-10
2019
- "3.9" # EOL: 2025-10
2120
- "3.10" # EOL: 2026-10
2221
- "3.11" # EOL: 2027-10
2322
- "3.12" # EOL: 2028-10
24-
#- "3.13" # REL: 2024-10-01
23+
- "3.13" # EOL: 2029-10
24+
#- "3.14" # REL: 2025-10-01
2525
- "system"
2626
# see supported python release schedule at https://devguide.python.org/versions/
2727
steps:

0 commit comments

Comments
 (0)