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 38945d6 commit cadbdbaCopy full SHA for cadbdba
pyproject.toml
@@ -14,7 +14,6 @@ classifiers = [
14
"Topic :: Software Development :: Documentation",
15
"Topic :: Software Development :: Libraries :: Python Modules",
16
"Topic :: Software Development :: Quality Assurance",
17
- 'Programming Language :: Python :: 3.5',
18
'Programming Language :: Python :: 3.6',
19
'Programming Language :: Python :: 3.7',
20
'Programming Language :: Python :: 3.8',
@@ -24,7 +23,7 @@ include = [
24
23
]
25
26
[tool.poetry.dependencies]
27
-python = "^3.9"
+python = "^3.6"
28
29
[tool.poetry.dev-dependencies]
30
pytest = "^5.2"
0 commit comments