add support and testing for python 3.10

This commit is contained in:
Thomas Waldmann 2021-02-16 19:07:50 +01:00
parent 29686798af
commit 9f4a6e5574
3 changed files with 10 additions and 6 deletions

View File

@ -52,21 +52,24 @@ jobs:
matrix:
include:
- os: ubuntu-20.04
python-version: 3.6
python-version: '3.6'
toxenv: py36-fuse2
- os: ubuntu-20.04
python-version: 3.7
python-version: '3.7'
toxenv: py37-fuse2
- os: ubuntu-20.04
python-version: 3.8
python-version: '3.8'
toxenv: py38-fuse3
- os: ubuntu-20.04
python-version: 3.9
python-version: '3.9'
toxenv: py39-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...
python-version: 3.7
python-version: '3.7'
toxenv: py37-fuse2
env:

View File

@ -268,6 +268,7 @@ setup(
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Security :: Cryptography',
'Topic :: System :: Archiving :: Backup',
],

View File

@ -2,7 +2,7 @@
# fakeroot -u tox --recreate
[tox]
envlist = py{36,37,38,39}-{none,fuse2,fuse3}
envlist = py{36,37,38,39,310}-{none,fuse2,fuse3}
[testenv]
deps =