Skip to content

Commit

Permalink
remove python 3.6 from CI (not available anymore)
Browse files Browse the repository at this point in the history
Not adding 3.12-dev because --only-binary installs not yet possible.
  • Loading branch information
h-vetinari committed Jun 22, 2023
1 parent 72ad950 commit f393a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
max-parallel: 4
matrix:
os: [ 'windows-latest', 'macos-latest', 'ubuntu-latest' ]
python: [ '3.6', '3.7', '3.8', '3.9', '3.10', '3.11-dev' ]
python: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
arch: [ 'x64', 'x86' ]
exclude:
- os: macos-latest
Expand Down

0 comments on commit f393a4a

Please sign in to comment.