We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4891d81 commit c7604f1Copy full SHA for c7604f1
setup.cfg
@@ -17,18 +17,18 @@ classifiers =
17
Programming Language :: Python
18
Programming Language :: Python :: 3
19
Programming Language :: Python :: 3 :: Only
20
- Programming Language :: Python :: 3.8
21
Programming Language :: Python :: 3.9
22
Programming Language :: Python :: 3.10
23
Programming Language :: Python :: 3.11
24
Programming Language :: Python :: 3.12
+ Programming Language :: Python :: 3.13
25
Programming Language :: Python :: Implementation :: CPython
26
project_urls =
27
Source = https://github.com/python-hyper/rfc3986
28
29
[options]
30
packages = find:
31
-python_requires = >=3.8
+python_requires = >=3.9
32
include_package_data = True
33
package_dir = =src
34
0 commit comments