Skip to content

Commit

Permalink
python 3.13 out, python 3.8 dead
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Oct 9, 2024
1 parent 0fe8d17 commit 95d98d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
strategy:
matrix:
python-version:
- "3.8" # EOL: 2024-10
- "3.9" # EOL: 2025-10
- "3.10" # EOL: 2026-10
- "3.11" # EOL: 2027-10
- "3.12" # EOL: 2028-10
#- "3.13" # REL: 2024-10-01
- "3.13" # EOL: 2029-10
#- "3.14" # REL: 2025-10-01
- "system"
# see supported python release schedule at https://devguide.python.org/versions/
steps:
Expand Down

0 comments on commit 95d98d9

Please sign in to comment.