diff options
author | Florian Bruhin <me@the-compiler.org> | 2022-04-26 17:13:36 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2022-04-26 17:14:38 +0200 |
commit | 6fc30a1e851dbc07461ba50d4266bbcae40e1fb1 (patch) | |
tree | 5890fd4518c5fc22bbba45eb805ce2ffcaed73ca /.github/workflows | |
parent | 323b64c669bdddec6aa089f6bb42dfbfd3d6943d (diff) | |
download | qutebrowser-6fc30a1e851dbc07461ba50d4266bbcae40e1fb1.tar.gz qutebrowser-6fc30a1e851dbc07461ba50d4266bbcae40e1fb1.zip |
ci: Mark Python 3.11 as experimental
end2end tests seem flaky, no clue why
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afa467ab5..258768839 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,6 +129,7 @@ jobs: - testenv: py311-pyqt515 os: ubuntu-20.04 python: "3.11-dev" + experimental: true ### macOS: PyQt 5.15 (Python 3.9 to match PyInstaller env) - testenv: py39-pyqt515 os: macos-10.15 |