summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml4
-rw-r--r--tox.ini1
2 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 481ddc18d..d8dc5df19 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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
diff --git a/tox.ini b/tox.ini
index 1c77ca6b7..5ccf486a7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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