Skip to content

Commit 741a1f8

Browse files
mmerickelisra17
authored andcommitted
fix package metadata after dropping py36
1 parent 6ccebe1 commit 741a1f8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
marshmallow>=3.0
22
attrs
33
typing_inspect
4-
dataclasses; python_version < "3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def read_extras(*prefixes):
9090
keywords=[
9191
# eg: "keyword1", "keyword2", "keyword3",
9292
],
93-
python_requires=">=3.6",
93+
python_requires=">=3.7",
9494
install_requires=INSTALL_REQUIRES
9595
# eg: "aspectlib==1.1.1", "six>=1.7",
9696
,

0 commit comments

Comments
 (0)