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:
Thomas Waldmann 2026-03-19 11:06:21 +01:00
parent d6ac92a452
commit f5cb28f22e
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01
2 changed files with 2 additions and 5 deletions

View file

@ -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

View file

@ -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