summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-11-19 16:28:54 +0100
committerFlorian Bruhin <me@the-compiler.org>2022-11-19 16:28:54 +0100
commit539d1e8862da6cc880974dd640281ac650b1124a (patch)
treea1b1b8710824987a884a4aab32227acbde63e5da
parentfab192597a16b5ac3cc3d34f80ca86cb10437e98 (diff)
downloadqutebrowser-539d1e8862da6cc880974dd640281ac650b1124a.tar.gz
qutebrowser-539d1e8862da6cc880974dd640281ac650b1124a.zip
ci: Fix Python versions
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 383fca014..a3231d020 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -128,11 +128,11 @@ jobs:
### PyQt 5.15 (Python 3.10)
- testenv: py310-pyqt515
os: ubuntu-20.04
- python: 3.10-dev
+ python: "3.10"
### macOS: PyQt 5.15 (Python 3.9 to match PyInstaller env)
- testenv: py39-pyqt515
os: macos-10.15
- python: 3.7
+ python: 3.9
args: "tests/unit" # Only run unit tests on macOS
### macOS Big Sur
# - testenv: py39-pyqt515