Skip to content

Commit 56a7892

Browse files
committed
feat:support python 310
1 parent 92fc85d commit 56a7892

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def parse_requirements(filename):
6262
"behave",
6363
],
6464
license="MIT license",
65-
python_requires=">=3.8, <=3.10",
65+
python_requires=">=3.8, <3.11",
6666
packages=find_packages(exclude=["dist", "build", "tests", "docs"]),
6767
include_package_data=True,
6868
install_requires=req,
@@ -74,5 +74,6 @@ def parse_requirements(filename):
7474
classifiers=[
7575
"Programming Language :: Python :: 3.8",
7676
"Programming Language :: Python :: 3.9",
77+
"Programming Language :: Python :: 3.10",
7778
],
7879
)

0 commit comments

Comments
 (0)