diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b55452b..6eb9edc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,9 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9] + python-version: [3.7, 3.8] include: - - python-version: '3.10' + - python-version: '3.9' coverage: 1 steps: - uses: actions/checkout@v2 diff --git a/setup.py b/setup.py index b7ef9ba..578d0aa 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,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 :: Only', 'Topic :: Software Development :: Libraries :: Python Modules', ]