mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-24 15:47:12 -04:00
CI: remove outdated Pythons
This commit is contained in:
parent
cd6e93c4c4
commit
eda794c844
1 changed files with 1 additions and 13 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue