Skip to content

Commit

Permalink
feat: upgrade setuptools for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
plun1331 authored Dec 19, 2023
1 parent 510a44b commit 511d434
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=62.6,<66",
"setuptools>=62.6,<70",
"setuptools-scm>=6.2,<8",
]
build-backend = "setuptools.build_meta"
Expand All @@ -24,6 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Internet",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down Expand Up @@ -65,7 +66,7 @@ voice = {file = "requirements/voice.txt"}
[tool.setuptools_scm]

[tool.black]
target-version = ['py38', 'py39', 'py310', 'py311']
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 511d434

Please sign in to comment.