summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-06-26 14:24:11 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-06-26 14:39:54 +0200
commit93c7fdd60c0f1f0d26415525914fdca997b06c42 (patch)
treec102bdb52a4b079084ee6a9925e20de73a96d5ba /.github
parentb9855b910448b504ab34ef11e91caab62c39c8e6 (diff)
downloadqutebrowser-93c7fdd60c0f1f0d26415525914fdca997b06c42.tar.gz
qutebrowser-93c7fdd60c0f1f0d26415525914fdca997b06c42.zip
Initial Python 3.7 drop
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml8
-rw-r--r--.github/workflows/recompile-requirements.yml4
2 files changed, 4 insertions, 8 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index cd918b99a..d64f08de9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -128,10 +128,10 @@ jobs:
fail-fast: false
matrix:
include:
- ### PyQt 5.15.2 (Python 3.7)
+ ### PyQt 5.15.2 (Python 3.8)
- testenv: py37-pyqt5152
os: ubuntu-20.04
- python: "3.7"
+ python: "3.8"
### PyQt 5.15 (Python 3.10, with coverage)
# FIXME:qt6
# - testenv: py310-pyqt515-cov
@@ -141,10 +141,10 @@ jobs:
- testenv: py311-pyqt515
os: ubuntu-20.04
python: "3.11"
- ### PyQt 6.2 (Python 3.7)
+ ### PyQt 6.2 (Python 3.8)
- testenv: py37-pyqt62
os: ubuntu-20.04
- python: "3.7"
+ python: "3.8"
### PyQt 6.3 (Python 3.8)
- testenv: py38-pyqt63
os: ubuntu-20.04
diff --git a/.github/workflows/recompile-requirements.yml b/.github/workflows/recompile-requirements.yml
index 0509a6226..623f11ca5 100644
--- a/.github/workflows/recompile-requirements.yml
+++ b/.github/workflows/recompile-requirements.yml
@@ -21,10 +21,6 @@ jobs:
- uses: actions/checkout@v3
with:
persist-credentials: false
- - name: Set up Python 3.7
- uses: actions/setup-python@v4
- with:
- python-version: '3.7'
- name: Set up Python 3.8
uses: actions/setup-python@v4
with: