From b0630030a1d2db994fb2fb488efa167b91594864 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 13 Oct 2021 11:16:27 +0300 Subject: Add support for Python 3.10 --- .github/workflows/pythonpackage.yml | 2 +- AUTHORS | 1 + setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 4e7aa418..dd1e9a07 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.7.5, 3.7.12, 3.8, 3.8.0, 3.8.11, 3.8, 3.9, 3.9.0, 3.9.7] # , "3.10.0-rc.2"] + python-version: [3.7, 3.7.5, 3.7.12, 3.8, 3.8.0, 3.8.11, 3.8, 3.9, 3.9.0, 3.9.7, "3.10"] steps: - uses: actions/checkout@v2 diff --git a/AUTHORS b/AUTHORS index 606796d9..55d68181 100644 --- a/AUTHORS +++ b/AUTHORS @@ -44,4 +44,5 @@ Contributors are: -Ram Rachum -Alba Mendez -Robert Westman +-Hugo van Kemenade Portions derived from other open source works and are clearly marked. diff --git a/setup.py b/setup.py index cd1007d7..4f1d0b75 100755 --- a/setup.py +++ b/setup.py @@ -122,6 +122,6 @@ setup( "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", - # "Programming Language :: Python :: 3.10" + "Programming Language :: Python :: 3.10", ] ) -- cgit v1.2.1