summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-04-19 11:43:37 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-04-19 11:45:42 +0200
commit078f1920a10f86bd74b124d277745bfa7cc895e9 (patch)
treea9f27ceccdb439018636e58d18a7281944f7a943
parentfcb483d36f5efbfb0fca331acbc8b392e512cc82 (diff)
downloadqutebrowser-078f1920a10f86bd74b124d277745bfa7cc895e9.tar.gz
qutebrowser-078f1920a10f86bd74b124d277745bfa7cc895e9.zip
ci: Pin Python 3.10 to Alpha 7
See https://github.com/actions/setup-python/issues/207 pytest isn't ready yet: https://github.com/pytest-dev/pytest/issues/8539 (cherry picked from commit 0c1414c6aaa419cba812b751c97c87e10cd6009e)
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4ae2393f9..9d1995c64 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -124,7 +124,7 @@ jobs:
### PyQt 5.15 (Python 3.10)
- testenv: py310-pyqt515
os: ubuntu-20.04
- python: 3.10-dev
+ python: 3.10.0-alpha.7
### macOS: PyQt 5.15 (Python 3.9 to match PyInstaller env)
- testenv: py39-pyqt515
os: macos-10.15