Skip to content

Commit 6622ee8

Browse files
author
Rory Xu
committed
Upgrading Python version to 3.10 and jsonschema to 4.25
1 parent 0e8ec67 commit 6622ee8

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
@@ -36,7 +36,7 @@ def find_version(*file_paths):
3636
# package_data -> use MANIFEST.in instead
3737
include_package_data=True,
3838
zip_safe=True,
39-
python_requires=">=3.10",
39+
python_requires=">=3.8",
4040
install_requires=[
4141
"boto3>=1.10.20",
4242
"Jinja2>=3.1.2",

0 commit comments

Comments
 (0)