removed py310

This commit is contained in:
Bastian Venthur 2021-06-23 11:00:48 +02:00
parent baef9f0cb7
commit ff5a7ce714
3 changed files with 1 additions and 3 deletions

View File

@ -18,7 +18,6 @@ jobs:
- "3.7" - "3.7"
- "3.8" - "3.8"
- "3.9" - "3.9"
- "3.10"
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -87,6 +87,5 @@ setup(
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
] ]
) )

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist=py27,py35,py36,py37,py38,py39,py310,pypy envlist=py27,py35,py36,py37,py38,py39,pypy
skipsdist=true skipsdist=true
[testenv] [testenv]