Skip to content

Commit

Permalink
Add support for Python 3.12 (#135)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
tdruez committed Dec 11, 2023
1 parent 307e4b4 commit b820e15
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version:
- "3.12"
- "3.11"
- "3.10"
- "3.9"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

0.13.1 (2023-12-11)
-------------------

- Add support for Python 3.12
https://github.com/package-url/packageurl-python/pull/135

0.13.0 (2023-12-08)
-------------------

Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development :: Libraries
Topic :: Utilities
Typing :: Typed
Expand Down Expand Up @@ -55,6 +56,7 @@ lint =
test =
pytest
build =
setuptools
wheel
sqlalchemy =
sqlalchemy >= 2.0.0
Expand Down

0 comments on commit b820e15

Please sign in to comment.