Skip to content

Commit c7604f1

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -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.8
2120
Programming Language :: Python :: 3.9
2221
Programming Language :: Python :: 3.10
2322
Programming Language :: Python :: 3.11
2423
Programming Language :: Python :: 3.12
24+
Programming Language :: Python :: 3.13
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.8
31+
python_requires = >=3.9
3232
include_package_data = True
3333
package_dir = =src
3434

0 commit comments

Comments
 (0)