Skip to content

Commit

Permalink
fix: 🐛 limit python <3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoQi99 committed Mar 26, 2024
1 parent 8336152 commit 6d646b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install_requires =
pycryptodome >= 3.14.1
python-minifier >= 2.6.0
click
python_requires = >=3.6
python_requires = >=3.6,<3.11
packages = find:
# package_dir =
# = src
Expand Down

0 comments on commit 6d646b4

Please sign in to comment.