aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-12-22 16:57:29 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-12-22 16:57:29 +0200
commit89169e00097cb462c680abe87905ac818e88f312 (patch)
treed4d145c2a756466aeae9f1fb55292e8ffd0f91b3
parentmappings: small refactor (diff)
downloadsnakeoil-89169e00097cb462c680abe87905ac818e88f312.tar.gz
snakeoil-89169e00097cb462c680abe87905ac818e88f312.tar.bz2
snakeoil-89169e00097cb462c680abe87905ac818e88f312.zip
add python 3.12 classifier
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b925304..0baf022 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,6 +19,7 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
]
dynamic = ["version"]