aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-07-19 13:49:59 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-07-19 14:04:18 +0300
commit603c5d1ad86e2f98443c4650f4cf600ffd8ff8e0 (patch)
tree5c8d2a6a758a61e695bc162f271a5cfc802a26c3 /pyproject.toml
parentci: fix failure on macos pre-step (diff)
downloadpkgcheck-603c5d1ad86e2f98443c4650f4cf600ffd8ff8e0.tar.gz
pkgcheck-603c5d1ad86e2f98443c4650f4cf600ffd8ff8e0.tar.bz2
pkgcheck-603c5d1ad86e2f98443c4650f4cf600ffd8ff8e0.zip
ci: test on py3.13
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7b737347..0b7e20fd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,6 +36,8 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
+ "Topic :: Software Development :: Quality Assurance",
]
dynamic = ["version"]