Skip to content

Commit 978570a

Browse files
python: remove listed support for 3.8, 3.9
1 parent de0023d commit 978570a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lang/python/cfg/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ authors = [{ name = "craftablescience", email = "lauralewisdev@gmail.com" }]
1010
maintainers = [{ name = "craftablescience", email = "lauralewisdev@gmail.com" }]
1111
description = "Several modern C++20 libraries for sanely parsing Valve formats."
1212
readme = "README.md"
13-
requires-python = ">=3.8"
13+
requires-python = ">=3.10"
1414
classifiers = [
1515
"License :: OSI Approved :: MIT License",
1616
"Intended Audience :: Developers",
1717
"Programming Language :: Python :: 3 :: Only",
18-
"Programming Language :: Python :: 3.8",
19-
"Programming Language :: Python :: 3.9",
2018
"Programming Language :: Python :: 3.10",
2119
"Programming Language :: Python :: 3.11",
2220
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)