summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-04-25 21:01:25 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-04-25 21:01:25 +0200
commit176058cabac016bbdd130afec367778f60b8ae47 (patch)
treefd5514d7a3ef94a6023579678a05edd64cc6bb38
parent7a523a661846c8ba42a7e0cdfb88d25e3365eb06 (diff)
downloadqutebrowser-176058cabac016bbdd130afec367778f60b8ae47.tar.gz
qutebrowser-176058cabac016bbdd130afec367778f60b8ae47.zip
ci: Update Python versions
-rw-r--r--.github/workflows/ci.yml22
-rw-r--r--tox.ini1
2 files changed, 12 insertions, 11 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 06863ab10..030a35774 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -108,41 +108,41 @@ jobs:
### PyQt 5.12 (Python 3.7)
- testenv: py37-pyqt512
os: ubuntu-18.04
- python: 3.7
+ python: "3.7"
### PyQt 5.13 (Python 3.7)
- testenv: py37-pyqt513
os: ubuntu-20.04
- python: 3.7
+ python: "3.7"
### PyQt 5.14 (Python 3.8)
- testenv: py38-pyqt514
os: ubuntu-20.04
- python: 3.8
+ python: "3.8"
### PyQt 5.15.0 (Python 3.9)
- testenv: py39-pyqt5150
os: ubuntu-20.04
- python: 3.9
- ### PyQt 5.15 (Python 3.9, with coverage)
+ python: "3.9"
+ ### PyQt 5.15 (Python 3.10, with coverage)
- testenv: py39-pyqt515-cov
os: ubuntu-20.04
- python: 3.9
- ### PyQt 5.15 (Python 3.10)
+ python: "3.10"
+ ### PyQt 5.15 (Python 3.11)
- testenv: py310-pyqt515
os: ubuntu-20.04
- python: 3.10-dev
+ python: "3.11-dev"
### macOS: PyQt 5.15 (Python 3.9 to match PyInstaller env)
- testenv: py39-pyqt515
os: macos-10.15
- python: 3.7
+ python: "3.7"
args: "tests/unit" # Only run unit tests on macOS
### macOS Big Sur
# - testenv: py39-pyqt515
# os: macos-11.0
- # python: 3.9
+ # python: "3.9"
# args: "tests/unit" # Only run unit tests on macOS
### Windows: PyQt 5.15 (Python 3.9 to match PyInstaller env)
- testenv: py39-pyqt515
os: windows-2019
- python: 3.9
+ python: "3.9"
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v2
diff --git a/tox.ini b/tox.ini
index 0990b1b4a..19975a8a3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,6 +22,7 @@ basepython =
py38: {env:PYTHON:python3.8}
py39: {env:PYTHON:python3.9}
py310: {env:PYTHON:python3.10}
+ py311: {env:PYTHON:python3.11}
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/misc/requirements/requirements-tests.txt