File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ url = http://rfc3986.readthedocs.io
88author = Ian Stapleton Cordasco
99author_email = graffatcolmingov@gmail.com
1010license = Apache 2.0
11- license_file = LICENSE
11+ license_files = LICENSE
1212classifiers =
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
2626project_urls =
2727 Source = https://github.com/python-hyper/rfc3986
2828
2929[options]
3030packages = find:
31- python_requires = >=3.7
31+ python_requires = >=3.8
3232include_package_data = True
3333package_dir = =src
3434
You can’t perform that action at this time.
0 commit comments