Skip to content

Commit 8554f83

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 35bfa9a commit 8554f83

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.cfg

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ url = http://rfc3986.readthedocs.io
88
author = Ian Stapleton Cordasco
99
author_email = [email protected]
1010
license = Apache 2.0
11-
license_file = LICENSE
11+
license_files = LICENSE
1212
classifiers =
1313
Development Status :: 5 - Production/Stable
1414
Intended Audience :: Developers
@@ -17,7 +17,6 @@ classifiers =
1717
Programming Language :: Python
1818
Programming Language :: Python :: 3
1919
Programming Language :: Python :: 3 :: Only
20-
Programming Language :: Python :: 3.7
2120
Programming Language :: Python :: 3.8
2221
Programming Language :: Python :: 3.9
2322
Programming Language :: Python :: 3.10
@@ -28,7 +27,7 @@ project_urls =
2827

2928
[options]
3029
packages = find:
31-
python_requires = >=3.7
30+
python_requires = >=3.8
3231
include_package_data = True
3332
package_dir = =src
3433

0 commit comments

Comments
 (0)