We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 883041e commit 810463fCopy full SHA for 810463f
3 files changed
.github/workflows/ci.yml
@@ -34,6 +34,7 @@ jobs:
34
matrix:
35
os: [ubuntu-latest, windows-latest, macos-latest]
36
python-version:
37
+ - "3.13"
38
- "3.12"
39
- "3.11"
40
- "3.10"
CHANGELOG.rst
@@ -4,6 +4,8 @@ Changelog
4
0.16.0 (unreleased)
5
-------------------
6
7
+- Add support for Python 3.13.
8
+
9
- Drop support for Python 3.7.
10
https://github.com/package-url/packageurl-python/issues/160
11
setup.cfg
@@ -18,6 +18,7 @@ classifiers =
18
Programming Language :: Python :: 3.10
19
Programming Language :: Python :: 3.11
20
Programming Language :: Python :: 3.12
21
+ Programming Language :: Python :: 3.13
22
Topic :: Software Development :: Libraries
23
Topic :: Utilities
24
Typing :: Typed
0 commit comments