Skip to content

Commit e3f5075

Browse files
committed
MAINT add python_requires in setup.py
1 parent 436ee08 commit e3f5075

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@
5252
"Programming Language :: Python :: 3.8",
5353
"Programming Language :: Python :: 3.9",
5454
"Programming Language :: Python :: 3.10",
55+
"Programming Language :: Python :: 3.11",
5556
]
57+
PYTHON_REQUIRES = ">=3.8"
5658
INSTALL_REQUIRES = (min_deps.tag_to_packages["install"],)
5759
EXTRAS_REQUIRE = {
5860
key: value for key, value in min_deps.tag_to_packages.items() if key != "install"

0 commit comments

Comments
 (0)