Skip to content

Commit

Permalink
CI: Test on Python 3.10-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Aug 24, 2021
1 parent 5c04462 commit 512d35e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,13 @@ sqlite3_py3.9:
- $HOME/.poetry/bin/poetry install --no-interaction
- scripts/update_translations.sh
- python -Wd tests.py

sqlite3_py3.10:
stage: test
image: python:3.10-rc
script:
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python - --version 1.1.8
- /root/.poetry/bin/poetry config virtualenvs.create false
- $HOME/.poetry/bin/poetry install --no-interaction
- scripts/update_translations.sh
- python -Wd tests.py

0 comments on commit 512d35e

Please sign in to comment.