Enable Cython test for Python 3.11, using the git master
This commit is contained in:
parent
1adc399e3d
commit
beb705f0d0
2 changed files with 7 additions and 3 deletions
|
|
@ -37,6 +37,9 @@
|
|||
- smoke39:
|
||||
dir: smoke
|
||||
run: VERSION=3.9 METHOD=venv ./venv.sh
|
||||
- smoke311:
|
||||
dir: smoke
|
||||
run: VERSION=3.11 METHOD=venv ./venv.sh
|
||||
- smoke39_seeder_pip:
|
||||
dir: smoke
|
||||
run: VERSION=3.9 METHOD=virtualenv-seeder-pip ./venv.sh
|
||||
|
|
@ -70,6 +73,7 @@
|
|||
- python3.7
|
||||
- python3.8
|
||||
- python3.9
|
||||
- python3.11
|
||||
- pypy
|
||||
- pypy3
|
||||
- python2-devel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue