Skip to content

Commit

Permalink
Update python-package.yml to test for Python 3.12 (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha committed Aug 9, 2023
1 parent 4a23420 commit 87a80a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
- python-version: 'pypy3.9'
use-cython: false
experimental: true
# - python-version: ~3.12.0-0
# experimental: true
# use-cython: 'false'
- python-version: ~3.12.0-0
experimental: true
use-cython: false
env:
USE_CYTHON: ${{ matrix.use-cython }}
continue-on-error: ${{ matrix.experimental }}
Expand Down

0 comments on commit 87a80a9

Please sign in to comment.