summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-11-22 17:53:51 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-11-22 17:53:51 +0100
commitcac9e3e049de88f5892719ac484d69aab3e688d5 (patch)
treec6cf28403762441780e69dd0ffdca38e5b1c5656
parenta751204f97cde0c2d58fce8280c41abaf015028e (diff)
downloadqutebrowser-cac9e3e049de88f5892719ac484d69aab3e688d5.tar.gz
qutebrowser-cac9e3e049de88f5892719ac484d69aab3e688d5.zip
ci: Use Python 3.10 for bleeding CI
-rw-r--r--.github/workflows/bleeding.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bleeding.yml b/.github/workflows/bleeding.yml
index 766f535d7..0d2c4f1ef 100644
--- a/.github/workflows/bleeding.yml
+++ b/.github/workflows/bleeding.yml
@@ -58,7 +58,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
- python-version: 3.9
+ python-version: 3.10
- name: Get asciidoc
uses: actions/checkout@v2
with: