Skip to content

Commit 922836d

Browse files
authored
fix: set min python to 3.8.1 (#117)
1 parent 3eaf395 commit 922836d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ classifiers = [
1414
"Intended Audience :: Developers",
1515
"License :: OSI Approved :: MIT License",
1616
"Programming Language :: Python :: 3 :: Only",
17-
"Programming Language :: Python :: 3.7",
1817
"Programming Language :: Python :: 3.8",
1918
"Programming Language :: Python :: 3.9",
20-
"Programming Language :: Python :: 3.10"
19+
"Programming Language :: Python :: 3.10",
20+
"Programming Language :: Python :: 3.11"
2121
]
22-
requires-python = ">=3.7"
22+
requires-python = ">=3.8.1"
2323
dynamic = ["version"]
2424

2525
[project.optional-dependencies]

0 commit comments

Comments
 (0)