Skip to content

Commit

Permalink
fix package metadata after dropping py36
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Sep 23, 2022
1 parent 524ced0 commit 26bf409
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
marshmallow>=3.0
attrs
typing_inspect
dataclasses; python_version < "3.7"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def read_extras(*prefixes):
keywords=[
# eg: "keyword1", "keyword2", "keyword3",
],
python_requires=">=3.6",
python_requires=">=3.7",
install_requires=INSTALL_REQUIRES
# eg: "aspectlib==1.1.1", "six>=1.7",
,
Expand Down

0 comments on commit 26bf409

Please sign in to comment.