Skip to content

Commit c2dee2b

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

+3-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,18 +17,18 @@ 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
2423
Programming Language :: Python :: 3.11
24+
Programming Language :: Python :: 3.12
2525
Programming Language :: Python :: Implementation :: CPython
2626
project_urls =
2727
Source = https://github.com/python-hyper/rfc3986
2828

2929
[options]
3030
packages = find:
31-
python_requires = >=3.7
31+
python_requires = >=3.8
3232
include_package_data = True
3333
package_dir = =src
3434

0 commit comments

Comments
 (0)