Merge pull request #5730 from ThomasWaldmann/disable-py310-testing-master

don't test on py310 for now
This commit is contained in:
TW 2021-03-12 20:32:00 +01:00 committed by GitHub
commit eeda4650ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,9 +63,9 @@ jobs:
- os: ubuntu-20.04
python-version: '3.9'
toxenv: py39-fuse3
- os: ubuntu-20.04
python-version: '3.10-dev'
toxenv: py310-fuse3
#- os: ubuntu-20.04
# python-version: '3.10-dev'
# toxenv: py310-fuse3
- os: macos-latest
# note: it seems that 3.8 and 3.9 are currently broken,
# neverending RuntimeError crashes...