Skip to content

Commit cc3b1d2

Browse files
update listed python version support
1 parent 54ef1c2 commit cc3b1d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ classifiers = [
1313
"Programming Language :: Python :: 3.9",
1414
"Programming Language :: Python :: 3.10",
1515
"Programming Language :: Python :: 3.11",
16+
"Programming Language :: Python :: 3.12",
1617
"License :: OSI Approved :: MIT License",
1718
]
1819
packages = [{ include = "redisvl", from = "." }]
@@ -90,7 +91,7 @@ requires = ["poetry-core>=1.0.0"]
9091
build-backend = "poetry.core.masonry.api"
9192

9293
[tool.black]
93-
target-version = ['py39', 'py310', 'py311']
94+
target-version = ['py39', 'py310', 'py311', 'py312']
9495
exclude = '''
9596
(
9697
| \.egg

0 commit comments

Comments
 (0)