浏览代码

add support and testing for python 3.10

Thomas Waldmann 4 年之前
父节点
当前提交
24a7f107a9
共有 3 个文件被更改,包括 5 次插入1 次删除
  1. 3 0
      .github/workflows/ci.yml
  2. 1 0
      setup.py
  3. 1 1
      tox.ini

+ 3 - 0
.github/workflows/ci.yml

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

+ 1 - 0
setup.py

@@ -875,6 +875,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',
     ],

+ 1 - 1
tox.ini

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