ci: Add Python 3.10

Needs a couple of follow-up commits for workarounds, which hopefully
aren't needed anymore at a later point.

Fixes #6068
This commit is contained in:
Florian Bruhin 2020-11-04 23:02:38 +01:00
parent 61ce42fc74
commit ab01b3970f
2 changed files with 5 additions and 0 deletions

View File

@ -120,6 +120,10 @@ jobs:
- testenv: py39-pyqt515-cov
os: ubuntu-20.04
python: 3.9
### PyQt 5.15 (Python 3.10)
- testenv: py310-pyqt515
os: ubuntu-20.04
python: 3.10-dev
### macOS: PyQt 5.15 (Python 3.7 to match PyInstaller env)
- testenv: py37-pyqt515
os: macos-10.15

View File

@ -23,6 +23,7 @@ basepython =
py37: {env:PYTHON:python3.7}
py38: {env:PYTHON:python3.8}
py39: {env:PYTHON:python3.9}
py310: {env:PYTHON:python3.10}
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/misc/requirements/requirements-tests.txt