Skip to content
Snippets Groups Projects

3.7 to 3.10 compatibility

Merged Valentin Emiya requested to merge ci39 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -80,7 +80,7 @@ install_and_test_311:
stage: test
script:
- pip3 install cython
- pip3 install -e . --no-deps
- pip3 install --no-build-isolation -e . --no-deps
- python3 -m pytest
artifacts:
when: always
Loading