diff options
author | Florian Bruhin <me@the-compiler.org> | 2020-11-04 23:02:38 +0100 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2021-01-26 20:32:57 +0100 |
commit | ab01b3970f9a60d9788094872d573a447a74503e (patch) | |
tree | ecd4bcee9f71bde6c485b34f54ffe3f78858e021 /.github/workflows | |
parent | 61ce42fc74193958582ac055d8dd7c9d1dc618ea (diff) | |
download | qutebrowser-ab01b3970f9a60d9788094872d573a447a74503e.tar.gz qutebrowser-ab01b3970f9a60d9788094872d573a447a74503e.zip |
ci: Add Python 3.10
Needs a couple of follow-up commits for workarounds, which hopefully
aren't needed anymore at a later point.
Fixes #6068
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 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 |