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
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ jobs:
toxenv: py310-fuse3
- os: ubuntu-20.04
python-version: '3.11-dev'
toxenv: py311-fuse2
toxenv: py311-fuse3
- os: macos-12
python-version: '3.9'
toxenv: py39-none # note: no fuse testing, due to #6099, see also #6196.