diff --git a/.github/workflows/python-package.yaml b/.github/workflows/python-package.yaml index 95b7ee2..c56b1fd 100644 --- a/.github/workflows/python-package.yaml +++ b/.github/workflows/python-package.yaml @@ -18,7 +18,6 @@ jobs: - "3.7" - "3.8" - "3.9" - - "3.10" steps: - uses: actions/checkout@v2 diff --git a/setup.py b/setup.py index 752b0b0..591f66d 100644 --- a/setup.py +++ b/setup.py @@ -87,6 +87,5 @@ setup( 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', - 'Programming Language :: Python :: 3.10', ] ) diff --git a/tox.ini b/tox.ini index 3ac6c44..3ac4844 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py27,py35,py36,py37,py38,py39,py310,pypy +envlist=py27,py35,py36,py37,py38,py39,pypy skipsdist=true [testenv]