Skip to content

Commit

Permalink
Update versions in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Basti Tee committed Aug 19, 2023
1 parent 7fd1247 commit e2ca065
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ jobs:
strategy:
matrix:
# https://www.python.org/downloads/
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: [
"3.8", # EOL: 2024-10
"3.9", # EOL: 2025-10
"3.10", # EOL: 2026-10
"3.11" # EOL: 2027-10
]
name: ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e2ca065

Please sign in to comment.