Added Python 3.12 support
This commit is contained in:
@@ -21,6 +21,7 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
"Topic :: Utilities",
|
||||
]
|
||||
@@ -44,7 +45,7 @@ speed = { file = "requirements/speed.txt" }
|
||||
where = ["src"]
|
||||
|
||||
[tool.black]
|
||||
target-version = ['py38', 'py39', 'py310', 'py311']
|
||||
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
|
||||
line-length = 94
|
||||
|
||||
[tool.isort]
|
||||
|
Reference in New Issue
Block a user