Skip to content

Commit

Permalink
Drop cp310 and add cp311 to supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ozekik committed Sep 25, 2023
1 parent 3737ffc commit 8c2760d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
matrix:
os: [ubuntu, macos, windows]
# python-version: ['cp310', 'pp37', 'pp38', 'pp39']
python-version: ["cp37", "cp38", "cp39", "cp310"]
python-version: ["cp38", "cp39", "cp310", "cp311"]
arch: [main, alt]
include:
- os: ubuntu
Expand All @@ -71,9 +71,9 @@ jobs:
exclude:
- os: windows
arch: alt
- os: macos
python-version: "cp37"
arch: alt
# - os: macos
# python-version: "cp37"
# arch: alt
# - os: macos
# python-version: "pp37"
# arch: alt
Expand Down

0 comments on commit 8c2760d

Please sign in to comment.