1
0
Fork 0
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:
TW 2022-09-28 13:14:39 +02:00 committed by GitHub
commit b8f86abaa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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