Skip to content

Commit

Permalink
CI minimal python version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ArieLevs committed Mar 9, 2024
1 parent ab4c967 commit 8218d01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
max-parallel: 2
matrix:
python-version:
- "3.7" # EOL 2023-06-27
- "3.9"
- "3.9" # EOL 2025-10
- "3.12"

steps:
Expand Down

0 comments on commit 8218d01

Please sign in to comment.