Skip to content

Commit cadbdba

Browse files
committed
python versions
1 parent 38945d6 commit cadbdba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ classifiers = [
1414
"Topic :: Software Development :: Documentation",
1515
"Topic :: Software Development :: Libraries :: Python Modules",
1616
"Topic :: Software Development :: Quality Assurance",
17-
'Programming Language :: Python :: 3.5',
1817
'Programming Language :: Python :: 3.6',
1918
'Programming Language :: Python :: 3.7',
2019
'Programming Language :: Python :: 3.8',
@@ -24,7 +23,7 @@ include = [
2423
]
2524

2625
[tool.poetry.dependencies]
27-
python = "^3.9"
26+
python = "^3.6"
2827

2928
[tool.poetry.dev-dependencies]
3029
pytest = "^5.2"

0 commit comments

Comments
 (0)