Skip to content

Commit

Permalink
trying 3.12 wheels and tests (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend authored Mar 10, 2024
1 parent e64ff67 commit 946f698
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-20.04]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ jobs:
- os: ubuntu-20.04
build: 'cp311-manylinux_aarch64'
name: Linux Aarch64 3.11
- os: ubuntu-20.04
build: 'cp312-manylinux_aarch64'
name: Linux Aarch64 3.12

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

0 comments on commit 946f698

Please sign in to comment.