We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73ff5f9 + a2767bf commit 9b768e4Copy full SHA for 9b768e4
pyproject.toml
@@ -1,3 +1,3 @@
1
[tool.black]
2
line-length = 120
3
-target-version = ['py36']
+target-version = ['py37']
setup.py
@@ -46,9 +46,9 @@ def _read_long_description():
46
classifiers=[
47
"Programming Language :: Python",
48
"Programming Language :: Python :: 3",
49
- "Programming Language :: Python :: 3.6",
50
"Programming Language :: Python :: 3.7",
51
"Programming Language :: Python :: 3.8",
52
"Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
53
],
54
)
0 commit comments