Skip to content

Commit b2ddfcd

Browse files
committed
exclude python 3.12.5, which contains a regression that breaks black python/cpython#123821
1 parent 3032969 commit b2ddfcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
requires-python = ">=3.10, <3.13"
2+
requires-python = ">=3.10, !=3.12.5, <3.13"
33

44
[tool.poetry]
55
name = "modelbench"
@@ -48,7 +48,7 @@ packages = [
4848
]
4949

5050
[tool.poetry.dependencies]
51-
python = ">=3.10,<3.13"
51+
python = ">=3.10,!=3.12.5,<3.13"
5252
jq = "^1.6.0"
5353
click = "^8.1.7"
5454
casefy = "^0.1.7"

0 commit comments

Comments
 (0)