Skip to content

Commit 6d646b4

Browse files
committed
fix: 🐛 limit python <3.11
1 parent 8336152 commit 6d646b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install_requires =
3333
pycryptodome >= 3.14.1
3434
python-minifier >= 2.6.0
3535
click
36-
python_requires = >=3.6
36+
python_requires = >=3.6,<3.11
3737
packages = find:
3838
# package_dir =
3939
# = src

0 commit comments

Comments
 (0)