mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
CI/tox: do not test on Python 3.8 anymore
This is mainly to stop CI failing all the time due to the py38 job. The code likely still works on 3.8, but Python 3.8 is EOL since quite a while though, so use it on your own risk.
This commit is contained in:
parent
d6ac92a452
commit
f5cb28f22e
2 changed files with 2 additions and 5 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -54,12 +54,9 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- os: ubuntu-22.04
|
||||
python-version: '3.8'
|
||||
toxenv: py38-fuse2
|
||||
- os: ubuntu-22.04
|
||||
python-version: '3.9'
|
||||
toxenv: py39-fuse3
|
||||
toxenv: py39-fuse2
|
||||
- os: ubuntu-22.04
|
||||
python-version: '3.10'
|
||||
toxenv: py310-fuse3
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -2,7 +2,7 @@
|
|||
# fakeroot -u tox --recreate
|
||||
|
||||
[tox]
|
||||
envlist = py{38,39,310,311,312}-{none,fuse2,fuse3}
|
||||
envlist = py{39,310,311,312}-{none,fuse2,fuse3}
|
||||
minversion = 3.2
|
||||
requires =
|
||||
pkgconfig
|
||||
|
|
|
|||
Loading…
Reference in a new issue