diff options
Diffstat (limited to '')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [metadata] name = identify -version = 2.6.1 +version = 2.6.2 description = File identification library for Python long_description = file: README.md long_description_content_type = text/markdown @@ -18,7 +18,7 @@ classifiers = [options] packages = find: -python_requires = >=3.8 +python_requires = >=3.9 [options.packages.find] exclude = |