Skip to content

Commit ea5aad2

Browse files
committed
Python 3.8 support is gone from black 25+ so just use 24 and deprecate 3.8 soon
1 parent f15e224 commit ea5aad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ requests = { version ="^2.22.0", optional = true }
3636
pytest = { version= "^8.0.0", optional = true }
3737
pytest-benchmark = { version = "^4.0", optional = true }
3838
flake8 = { version = "^5.0.4", optional = true }
39-
black = { version = "==25.11.0", optional = true }
39+
black = { version = ">=24.8.0", optional = true }
4040

4141
[tool.poetry.extras]
4242
dev = [

0 commit comments

Comments
 (0)