Skip to content

Commit b820e15

Browse files
authored
Add support for Python 3.12 (package-url#135)
* Add support for Python 3.12 Signed-off-by: tdruez <tdruez@nexb.com> * Add setuptools to the [build] dependencies Signed-off-by: tdruez <tdruez@nexb.com> --------- Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 307e4b4 commit b820e15

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
matrix:
3636
os: [ubuntu-latest, windows-latest, macos-latest]
3737
python-version:
38+
- "3.12"
3839
- "3.11"
3940
- "3.10"
4041
- "3.9"

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
0.13.1 (2023-12-11)
5+
-------------------
6+
7+
- Add support for Python 3.12
8+
https://github.com/package-url/packageurl-python/pull/135
9+
410
0.13.0 (2023-12-08)
511
-------------------
612

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers =
1818
Programming Language :: Python :: 3.9
1919
Programming Language :: Python :: 3.10
2020
Programming Language :: Python :: 3.11
21+
Programming Language :: Python :: 3.12
2122
Topic :: Software Development :: Libraries
2223
Topic :: Utilities
2324
Typing :: Typed
@@ -55,6 +56,7 @@ lint =
5556
test =
5657
pytest
5758
build =
59+
setuptools
5860
wheel
5961
sqlalchemy =
6062
sqlalchemy >= 2.0.0

0 commit comments

Comments
 (0)