CI: remove outdated Pythons

This commit is contained in:
Thomas Waldmann 2026-03-19 11:17:43 +01:00
parent cd6e93c4c4
commit eda794c844
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -39,7 +39,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: '3.10'
- name: Lint with flake8
run: |
pip install flake8
@ -51,18 +51,6 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-22.04
python-version: '3.5'
toxenv: py35
- os: ubuntu-22.04
python-version: '3.6'
toxenv: py36
- os: ubuntu-22.04
python-version: '3.7'
toxenv: py37
- os: ubuntu-22.04
python-version: '3.8'
toxenv: py38
- os: ubuntu-22.04
python-version: '3.9'
toxenv: py39