From 676cf178dcaad56b168afb660283aff985839d00 Mon Sep 17 00:00:00 2001 From: tdruez Date: Tue, 22 Oct 2024 09:08:30 +0400 Subject: [PATCH] Add support for Python 3.13 Signed-off-by: tdruez --- .github/workflows/ci.yml | 1 + CHANGELOG.rst | 2 ++ setup.cfg | 1 + 3 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61413a4..8748e04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] python-version: + - "3.13" - "3.12" - "3.11" - "3.10" diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1a99350..93e96de 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,8 @@ Changelog 0.16.0 (unreleased) ------------------- +- Add support for Python 3.13. + - Drop support for Python 3.7. https://github.com/package-url/packageurl-python/issues/160 diff --git a/setup.cfg b/setup.cfg index de17306..023c89c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,7 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 Topic :: Software Development :: Libraries Topic :: Utilities Typing :: Typed