Enable Cython test for Python 3.12, using the git master
This commit is contained in:
parent
dc4e662e56
commit
b9eebf1c79
2 changed files with 12 additions and 3 deletions
|
|
@ -42,6 +42,9 @@
|
|||
- smoke311:
|
||||
dir: smoke
|
||||
run: runuser testuser -c 'VERSION=3.11 METHOD=venv CYTHON=false ./venv.sh'
|
||||
- smoke312:
|
||||
dir: smoke
|
||||
run: runuser testuser -c 'VERSION=3.12 METHOD=venv ./venv.sh'
|
||||
- smoke39_seeder_pip:
|
||||
dir: smoke
|
||||
run: runuser testuser -c 'VERSION=3.9 METHOD=virtualenv-seeder-pip ./venv.sh'
|
||||
|
|
@ -81,6 +84,7 @@
|
|||
- python3.8
|
||||
- python3.9
|
||||
- python3.11
|
||||
- python3.12
|
||||
- pypy
|
||||
- pypy3.8-devel
|
||||
- python2-devel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue