Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
require Python>=3.7 (#5400)
Browse files Browse the repository at this point in the history
Co-authored-by: Akshita Bhagia <akshita23bhagia@gmail.com>
  • Loading branch information
epwalsh and AkshitaB authored Sep 8, 2021
1 parent 5338bd8 commit 527e43d
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 @@ -84,6 +84,6 @@
],
entry_points={"console_scripts": ["allennlp=allennlp.__main__:run"]},
include_package_data=True,
python_requires=">=3.6.1",
python_requires=">=3.7.1",
zip_safe=False,
)

0 comments on commit 527e43d

Please sign in to comment.