summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml12
-rw-r--r--tox.ini1
2 files changed, 4 insertions, 9 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2bee4391b..af34c4680 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -129,10 +129,10 @@ jobs:
- testenv: py38-pyqt514
os: ubuntu-20.04
python: 3.8
- ### PyQt 5.15 (Python nightly)
- - testenv: py3-pyqt515
+ ### PyQt 5.15 (Python 3.9)
+ - testenv: py39-pyqt515
os: ubuntu-20.04
- python: 3.10-dev
+ python: 3.9-dev
### PyQt 5.15 (Python 3.8, with coverage)
- testenv: py38-pyqt515-cov
os: ubuntu-20.04
@@ -158,12 +158,6 @@ jobs:
key: "${{ matrix.testenv }}-${{ matrix.os }}-${{ matrix.python }}-${{ hashFiles('misc/requirements/requirements-*.txt') }}-${{ hashFiles('requirements.txt') }}"
- name: Set up Python
uses: actions/setup-python@v2.1.1
- if: "!endsWith(matrix.python, '-dev')"
- with:
- python-version: "${{ matrix.python }}"
- - name: Set up development Python
- uses: deadsnakes/action@v1.0.0
- if: "endsWith(matrix.python, '-dev')"
with:
python-version: "${{ matrix.python }}"
- name: Set up problem matchers
diff --git a/tox.ini b/tox.ini
index 309584355..369d4afe6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,6 +22,7 @@ basepython =
py36: {env:PYTHON:python3.6}
py37: {env:PYTHON:python3.7}
py38: {env:PYTHON:python3.8}
+ py39: {env:PYTHON:python3.9}
pip_version = pip
deps =
-r{toxinidir}/requirements.txt