Skip to content

Commit

Permalink
ci: Only test oldest and newest supported Python versions, to reduce …
Browse files Browse the repository at this point in the history
…runtime
  • Loading branch information
ecederstrand committed Nov 9, 2022
1 parent 3a4a53c commit 59ecfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs: pre_job
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.11']
#include:
# # Allow failure on Python dev - e.g. Cython install regularly fails
# - python-version: "3.11-dev"
Expand Down

0 comments on commit 59ecfbb

Please sign in to comment.