diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-12-11 08:29:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-12-11 08:29:45 +0000 |
commit | bfb804ed317bbbd1e0089c80c1b1d3510185bca6 (patch) | |
tree | 93ee86b21565e569256a09e651a10c08befcd4b8 /setup.cfg | |
parent | Adding upstream version 3.5.0. (diff) | |
download | pre-commit-bfb804ed317bbbd1e0089c80c1b1d3510185bca6.tar.xz pre-commit-bfb804ed317bbbd1e0089c80c1b1d3510185bca6.zip |
Adding upstream version 3.6.0.upstream/3.6.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [metadata] name = pre_commit -version = 3.5.0 +version = 3.6.0 description = A framework for managing and maintaining multi-language pre-commit hooks. long_description = file: README.md long_description_content_type = text/markdown @@ -24,7 +24,7 @@ install_requires = nodeenv>=0.11.1 pyyaml>=5.1 virtualenv>=20.10.0 -python_requires = >=3.8 +python_requires = >=3.9 [options.packages.find] exclude = |