Skip to content

Commit

Permalink
Remove EOL versions of Python
Browse files Browse the repository at this point in the history
  • Loading branch information
tomswartz07 committed Dec 9, 2024
1 parent c1b6b09 commit 0c22a38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ jobs:
matrix:
python-version:
- '3.x' # Most Recent 3.x release
- '3.10' # EOL xx Oct 2026
- '3.9' # EOL xx Oct 2025
- '3.8' # EOL xx Oct 2024
- '3.7' # EOL 27 Jun 2023
- '3.12' # EOL Oct 2027
name: Python ${{ matrix.python-version }} Testing
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0c22a38

Please sign in to comment.