summaryrefslogtreecommitdiff
path: root/.github
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:54:26 +0100
commitba3299870607d0d7fba40de80d19a2b42d1cbe9c (patch)
tree82378ac9a6d54e95448c6c6533fd7d7a474b5529 /.github
parent2540d3051b8b7a11b44d74ac336c8e834a499aa3 (diff)
downloadqutebrowser-ba3299870607d0d7fba40de80d19a2b42d1cbe9c.tar.gz
qutebrowser-ba3299870607d0d7fba40de80d19a2b42d1cbe9c.zip
ci: Use Python 3.10 for bleeding CI
(cherry picked from commit cac9e3e049de88f5892719ac484d69aab3e688d5)
Diffstat (limited to '.github')
-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: