Skip to content

Commit 2e76d1e

Browse files
committed
fixup! MNT add python version requirement
1 parent cc7ac99 commit 2e76d1e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ dependencies = [
2222
]
2323
dynamic = ["version"]
2424

25-
requires-python = ">=3.11"
25+
requires-python = ">=3.8"
2626

2727
classifiers = [
2828
"Programming Language :: Python :: 3 :: Only",
29+
"Programming Language :: Python :: 3.8",
30+
"Programming Language :: Python :: 3.9",
31+
"Programming Language :: Python :: 3.10",
2932
"Programming Language :: Python :: 3.11",
3033
"Programming Language :: Python :: 3.12",
3134
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)