aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-01-19 11:42:55 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-01-19 11:42:55 +0200
commit831d540429ca82532703e4efa4fd99e7d68d5d98 (patch)
tree4c3f9f9f09949d04b404c3a1c12910c8cd3ee144 /pyproject.toml
parentci: test py3.13 (diff)
downloadpkgcheck-831d540429ca82532703e4efa4fd99e7d68d5d98.tar.gz
pkgcheck-831d540429ca82532703e4efa4fd99e7d68d5d98.tar.bz2
pkgcheck-831d540429ca82532703e4efa4fd99e7d68d5d98.zip
update python versions in various places
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 71bfe200..a2f2531e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,9 +28,9 @@ maintainers = [
]
classifiers = [
"License :: OSI Approved :: BSD License",
- "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
]
dynamic = ["version"]