Skip to content

Commit

Permalink
Small updates for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine authored Jan 1, 2024
1 parent 78b9548 commit f5bbeaf
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
[build-system]
requires = [
"setuptools",
"setuptools-scm",
"wheel",
]
requires = ["setuptools", "wheel"]
build-backend="setuptools.build_meta"

[project]
Expand All @@ -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",
Expand All @@ -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 = [
Expand Down

0 comments on commit f5bbeaf

Please sign in to comment.