Skip to content

Commit

Permalink
drop support for Python 3.7.0 and 3.7.1 (#4585)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel May authored Jan 19, 2022
1 parent 348764d commit a588607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
python_requires=">=3.7",
python_requires=">=3.7.2",
)

0 comments on commit a588607

Please sign in to comment.