Enable Cython test for Python 3.11, using the git master

This commit is contained in:
Miro Hrončok 2021-10-29 16:46:19 +02:00
commit beb705f0d0
2 changed files with 7 additions and 3 deletions

View file

@ -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