aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-17 22:05:44 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-17 22:05:44 +0300
commitb28c3db8351007929d9bac3ea23c00b205d87ab4 (patch)
tree0b3220c8f023638dcaf0d6ee48a24b61f3766665 /pyproject.toml
parentremove deprecated distutils_extensions (diff)
downloadsnakeoil-b28c3db8351007929d9bac3ea23c00b205d87ab4.tar.gz
snakeoil-b28c3db8351007929d9bac3ea23c00b205d87ab4.tar.bz2
snakeoil-b28c3db8351007929d9bac3ea23c00b205d87ab4.zip
drop support for py3.9
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e86ec920..b9253042 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
name = "snakeoil"
description = "misc common functionality and useful optimizations"
readme = "README.rst"
-requires-python = "~=3.9"
+requires-python = "~=3.10"
authors = [
{name = "Tim Harder", email = "radhermit@gmail.com"},
{name = "Arthur Zamarin", email = "arthurzam@gentoo.org"},
@@ -17,7 +17,6 @@ maintainers = [
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
- "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]