We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44b971 commit f2373ccCopy full SHA for f2373cc
pyproject.toml
@@ -13,10 +13,10 @@ classifiers = [
13
"License :: OSI Approved :: BSD License",
14
"Programming Language :: Python",
15
"Programming Language :: Python :: 3",
16
- "Programming Language :: Python :: 3.6",
17
"Programming Language :: Python :: 3.7",
18
"Programming Language :: Python :: 3.8",
19
"Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
20
]
21
description-file = "README.rst"
22
requires = ["fissix"]
@@ -79,7 +79,7 @@ legacy_tox_ini = """
79
80
[tox]
81
envlist =
82
- py{36,37,38,39},lint
+ py{37,38,39,310},lint
83
minversion=3.20.1
84
isolated_build=true
85
requires=
0 commit comments