Skip to content

Commit 95117b0

Browse files
authored
Merge pull request #218 from mmerickel/drop-py36
2 parents 524ced0 + 26bf409 commit 95117b0

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)