From f5bbeafa1b81f5231cf3b6b70e350bb37dbef93b Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:45:35 -0500 Subject: [PATCH] Small updates for 3.12 --- pyproject.toml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ee9f36a..60e2ff3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,5 @@ [build-system] -requires = [ - "setuptools", - "setuptools-scm", - "wheel", -] +requires = ["setuptools", "wheel"] build-backend="setuptools.build_meta" [project] @@ -13,7 +9,7 @@ description="A pure-python project template" readme = "README.md" license = { text = "Apache-2.0" } version = "0.1.0" -requires-python = ">=3.7" +requires-python = ">=3.8" keywords = [ "some", "keywords", @@ -24,11 +20,11 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ] dependencies = [