mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 01:37:20 +00:00
Merge pull request #7059 from ThomasWaldmann/ci-py311-fuse3
CI: test pyfuse3 with python 3.11
This commit is contained in:
commit
b8f86abaa3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
||||||
toxenv: py310-fuse3
|
toxenv: py310-fuse3
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
python-version: '3.11-dev'
|
python-version: '3.11-dev'
|
||||||
toxenv: py311-fuse2
|
toxenv: py311-fuse3
|
||||||
- os: macos-12
|
- os: macos-12
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
toxenv: py39-none # note: no fuse testing, due to #6099, see also #6196.
|
toxenv: py39-none # note: no fuse testing, due to #6099, see also #6196.
|
||||||
|
|
Loading…
Reference in a new issue