Skip to content

Commit 810463f

Browse files
authored
Add support for Python 3.13 (#171)
Signed-off-by: tdruez <[email protected]>
1 parent 883041e commit 810463f

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
matrix:
3535
os: [ubuntu-latest, windows-latest, macos-latest]
3636
python-version:
37+
- "3.13"
3738
- "3.12"
3839
- "3.11"
3940
- "3.10"

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Changelog
44
0.16.0 (unreleased)
55
-------------------
66

7+
- Add support for Python 3.13.
8+
79
- Drop support for Python 3.7.
810
https://github.com/package-url/packageurl-python/issues/160
911

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers =
1818
Programming Language :: Python :: 3.10
1919
Programming Language :: Python :: 3.11
2020
Programming Language :: Python :: 3.12
21+
Programming Language :: Python :: 3.13
2122
Topic :: Software Development :: Libraries
2223
Topic :: Utilities
2324
Typing :: Typed

0 commit comments

Comments
 (0)