File tree 1 file changed +3
-3
lines changed
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
8
8
author = Ian Stapleton Cordasco
9
9
10
10
license = Apache 2.0
11
- license_file = LICENSE
11
+ license_files = LICENSE
12
12
classifiers =
13
13
Development Status :: 5 - Production/Stable
14
14
Intended Audience :: Developers
@@ -17,18 +17,18 @@ classifiers =
17
17
Programming Language :: Python
18
18
Programming Language :: Python :: 3
19
19
Programming Language :: Python :: 3 :: Only
20
- Programming Language :: Python :: 3.7
21
20
Programming Language :: Python :: 3.8
22
21
Programming Language :: Python :: 3.9
23
22
Programming Language :: Python :: 3.10
24
23
Programming Language :: Python :: 3.11
24
+ Programming Language :: Python :: 3.12
25
25
Programming Language :: Python :: Implementation :: CPython
26
26
project_urls =
27
27
Source = https://github.com/python-hyper/rfc3986
28
28
29
29
[options]
30
30
packages = find:
31
- python_requires = >=3.7
31
+ python_requires = >=3.8
32
32
include_package_data = True
33
33
package_dir = =src
34
34
You can’t perform that action at this time.
0 commit comments