Skip to content

Commit

Permalink
add python_requires to shared
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd committed Nov 29, 2024
1 parent 23163b4 commit 7757285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lambdas/shared/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
name="t4-lambda-shared",
version="0.0.3",
packages=["t4_lambda_shared"],
python_requires=">=3.9",
install_requires=[
"jsonschema>=2.6.0",
],
Expand Down

0 comments on commit 7757285

Please sign in to comment.