Python 3.10 Support

This commit is contained in:
Ariel Rin
2021-11-27 03:35:40 +00:00
parent 363e18e15d
commit 60b12bad61
8 changed files with 25 additions and 30 deletions

View File

@@ -65,6 +65,15 @@ test-3.9-core:
reports:
cobertura: coverage.xml
test-3.10-core:
image: python:3.10-bullseye
script:
- tox -e py310-core
artifacts:
when: always
reports:
cobertura: coverage.xml
test-3.7-all:
image: python:3.7-bullseye
script:
@@ -92,9 +101,18 @@ test-3.9-all:
reports:
cobertura: coverage.xml
test-3.10-all:
image: python:3.10-bullseye
script:
- tox -e py310-all
artifacts:
when: always
reports:
cobertura: coverage.xml
deploy_production:
stage: deploy
image: python:3.9-bullseye
image: python:3.10-bullseye
before_script:
- pip install twine wheel