mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Drop python 3.6.0 support (broken NamedTuple)
This commit is contained in:
parent
db6124482d
commit
b2b5676698
2 changed files with 6 additions and 6 deletions
|
|
@ -30,7 +30,7 @@ install_requires =
|
|||
virtualenv>=15.2
|
||||
importlib-metadata;python_version<"3.8"
|
||||
importlib-resources;python_version<"3.7"
|
||||
python_requires = >=3.6
|
||||
python_requires = >=3.6.1
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue