summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-08-11 11:57:30 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-08-11 13:18:35 +0200
commitdefd18d963fa1a79d3116a77664cc23c73dde602 (patch)
tree52516a4a2957316076988b0758fe00f87d58e01b /.github
parent89ce02a78ab7ef42b1559894be531f7eda67d1da (diff)
downloadqutebrowser-defd18d963fa1a79d3116a77664cc23c73dde602.tar.gz
qutebrowser-defd18d963fa1a79d3116a77664cc23c73dde602.zip
Use Python 3.9 on CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml12
1 files changed, 3 insertions, 9 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2bee4391b..af34c4680 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -129,10 +129,10 @@ jobs:
- testenv: py38-pyqt514
os: ubuntu-20.04
python: 3.8
- ### PyQt 5.15 (Python nightly)
- - testenv: py3-pyqt515
+ ### PyQt 5.15 (Python 3.9)
+ - testenv: py39-pyqt515
os: ubuntu-20.04
- python: 3.10-dev
+ python: 3.9-dev
### PyQt 5.15 (Python 3.8, with coverage)
- testenv: py38-pyqt515-cov
os: ubuntu-20.04
@@ -158,12 +158,6 @@ jobs:
key: "${{ matrix.testenv }}-${{ matrix.os }}-${{ matrix.python }}-${{ hashFiles('misc/requirements/requirements-*.txt') }}-${{ hashFiles('requirements.txt') }}"
- name: Set up Python
uses: actions/setup-python@v2.1.1
- if: "!endsWith(matrix.python, '-dev')"
- with:
- python-version: "${{ matrix.python }}"
- - name: Set up development Python
- uses: deadsnakes/action@v1.0.0
- if: "endsWith(matrix.python, '-dev')"
with:
python-version: "${{ matrix.python }}"
- name: Set up problem matchers