Skip to content

Commit f2373cc

Browse files
authored
Run tox on py{37,38,39,310},lint
1 parent a44b971 commit f2373cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ classifiers = [
1313
"License :: OSI Approved :: BSD License",
1414
"Programming Language :: Python",
1515
"Programming Language :: Python :: 3",
16-
"Programming Language :: Python :: 3.6",
1716
"Programming Language :: Python :: 3.7",
1817
"Programming Language :: Python :: 3.8",
1918
"Programming Language :: Python :: 3.9",
19+
"Programming Language :: Python :: 3.10",
2020
]
2121
description-file = "README.rst"
2222
requires = ["fissix"]
@@ -79,7 +79,7 @@ legacy_tox_ini = """
7979
8080
[tox]
8181
envlist =
82-
py{36,37,38,39},lint
82+
py{37,38,39,310},lint
8383
minversion=3.20.1
8484
isolated_build=true
8585
requires=

0 commit comments

Comments
 (0)