mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-03 05:35:58 +00:00
CI: also test on python 3.11-dev
This commit is contained in:
parent
a970f000b0
commit
18a7debf75
2 changed files with 4 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -57,6 +57,9 @@ jobs:
|
|||
- os: ubuntu-20.04
|
||||
python-version: '3.10'
|
||||
toxenv: py310-fuse3
|
||||
- os: ubuntu-20.04
|
||||
python-version: '3.11-dev'
|
||||
toxenv: py311-fuse2
|
||||
- os: macos-10.15 # macos-latest is macos 11.6.2 and hanging at test_fuse, #6099
|
||||
python-version: '3.9'
|
||||
toxenv: py39-fuse2
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -2,7 +2,7 @@
|
|||
# fakeroot -u tox --recreate
|
||||
|
||||
[tox]
|
||||
envlist = py{39,310}-{none,fuse2,fuse3}
|
||||
envlist = py{39,310,311}-{none,fuse2,fuse3}
|
||||
minversion = 3.2
|
||||
requires =
|
||||
pkgconfig
|
||||
|
|
Loading…
Reference in a new issue