Skip to content

Commit

Permalink
Merge pull request #108 from jonathanj/drop-old-python-version-ci
Browse files Browse the repository at this point in the history
ci: Drop unsupported versions of Python
  • Loading branch information
jonathanj authored Nov 19, 2024
2 parents 4dfa89a + 5b3b93e commit 875c747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [2.7, 3.5, 3.6, 3.7]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']

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

0 comments on commit 875c747

Please sign in to comment.