Skip to content

Commit

Permalink
Drop outdated Python versions from GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
matwey committed Aug 5, 2024
1 parent 44fb400 commit fb00601
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
construct-version: [">=2.9,<2.10", ">=2.10,<2.11"]
exclude:
- python-version: "2.7"
construct-version: ">=2.10,<2.11"
- python-version: "3.12"
construct-version: ">=2.9,<2.10"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fb00601

Please sign in to comment.