Skip to content

Commit 2e8aa05

Browse files
authored
#38: enable python 3.12
1 parent 8bf0a26 commit 2e8aa05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/experimental_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
os: [ubuntu-20.04, windows-2019, macos-11]
36-
python_version: ['cp37-*', 'cp38-*', 'cp39-*', 'cp310-*', 'cp311-*']
36+
python_version: ['cp37-*', 'cp38-*', 'cp39-*', 'cp310-*', 'cp311-*', 'cp312-*']
3737

3838
steps:
3939
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)