Skip to content

Commit 372b4e3

Browse files
Gets rid of old pythons also in pyproject.
1 parent 4d1cfc7 commit 372b4e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ classifiers = [
1414
"Programming Language :: Python :: 3.12",
1515
"Programming Language :: Python :: 3.11",
1616
"Programming Language :: Python :: 3.10",
17-
"Programming Language :: Python :: 3.9",
18-
"Programming Language :: Python :: 3.8",
1917
]
2018
keywords = ["pythonanywhere", "api", "cloud", "web hosting"]
2119

2220
[tool.poetry.dependencies]
23-
python = "^3.8"
21+
python = "^3.10"
2422
python-dateutil = "^2.8.2"
2523
requests = "^2.30.0"
2624
snakesay = "^0.10.3"

0 commit comments

Comments
 (0)