Skip to content

Commit 6460979

Browse files
committed
set python supported version to 3.10 only, since thats all that's been tested and a user had trouble installing on 3.11
1 parent 51807a5 commit 6460979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
package_dir={"": "src"},
4343
packages=setuptools.find_packages(where="src"),
4444
include_package_data=True,
45-
python_requires=">=3.10",
45+
python_requires="==3.10",
4646
install_requires=required
4747
)

0 commit comments

Comments
 (0)