mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-10 06:03:38 +00:00
test on python 3.12-dev
This commit is contained in:
parent
47e65d9c00
commit
ce274aa11c
2 changed files with 4 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -64,6 +64,9 @@ jobs:
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
toxenv: py311-fuse2
|
toxenv: py311-fuse2
|
||||||
|
- os: ubuntu-22.04
|
||||||
|
python-version: '3.12-dev'
|
||||||
|
toxenv: py312-fuse3
|
||||||
- os: macos-12
|
- os: macos-12
|
||||||
python-version: '3.8'
|
python-version: '3.8'
|
||||||
toxenv: py38-none # note: no fuse testing, due to #6099, see also #6196.
|
toxenv: py38-none # note: no fuse testing, due to #6099, see also #6196.
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -2,7 +2,7 @@
|
||||||
# fakeroot -u tox --recreate
|
# fakeroot -u tox --recreate
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py{38,39,310,311}-{none,fuse2,fuse3}
|
envlist = py{38,39,310,311,312}-{none,fuse2,fuse3}
|
||||||
minversion = 3.2
|
minversion = 3.2
|
||||||
requires =
|
requires =
|
||||||
pkgconfig
|
pkgconfig
|
||||||
|
|
Loading…
Add table
Reference in a new issue