summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-11-14 18:47:21 +1300
committertoofar <toofar@spalge.com>2023-11-15 20:36:41 +1300
commitb4215d31b32f580edb376a060e383c9b5e6ccf10 (patch)
tree190b493c9f353bd376feb80430711c2f3cb90d97
parentc13089b64b103fe0e5c8526d2fbfbb5850c8c7d8 (diff)
downloadqutebrowser-b4215d31b32f580edb376a060e383c9b5e6ccf10.tar.gz
qutebrowser-b4215d31b32f580edb376a060e383c9b5e6ccf10.zip
py3.12 is released now
ref: https://github.com/qutebrowser/qutebrowser/issues/7989
-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 ccfa69ca3..9e639d949 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -164,7 +164,7 @@ jobs:
### PyQt 6.5 (Python 3.12)
- testenv: py312-pyqt65
os: ubuntu-22.04
- python: "3.12-dev"
+ python: "3.12"
### macOS Big Sur: PyQt 5.15 (Python 3.9 to match PyInstaller env)
- testenv: py39-pyqt515
os: macos-11