Skip to content

Commit f5bbeaf

Browse files
authored
Small updates for 3.12
1 parent 78b9548 commit f5bbeaf

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pyproject.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
[build-system]
2-
requires = [
3-
"setuptools",
4-
"setuptools-scm",
5-
"wheel",
6-
]
2+
requires = ["setuptools", "wheel"]
73
build-backend="setuptools.build_meta"
84

95
[project]
@@ -13,7 +9,7 @@ description="A pure-python project template"
139
readme = "README.md"
1410
license = { text = "Apache-2.0" }
1511
version = "0.1.0"
16-
requires-python = ">=3.7"
12+
requires-python = ">=3.8"
1713
keywords = [
1814
"some",
1915
"keywords",
@@ -24,11 +20,11 @@ classifiers = [
2420
"Programming Language :: Python :: Implementation :: CPython",
2521
"Programming Language :: Python :: Implementation :: PyPy",
2622
"Programming Language :: Python :: 3",
27-
"Programming Language :: Python :: 3.7",
2823
"Programming Language :: Python :: 3.8",
2924
"Programming Language :: Python :: 3.9",
3025
"Programming Language :: Python :: 3.10",
3126
"Programming Language :: Python :: 3.11",
27+
"Programming Language :: Python :: 3.12",
3228
]
3329

3430
dependencies = [

0 commit comments

Comments
 (0)