Skip to content

Commit ee4d885

Browse files
committed
fix: reintroduce py38 in codegen/__init__.py
1 parent 174e5ff commit ee4d885

File tree

2 files changed

+5232
-1
lines changed

2 files changed

+5232
-1
lines changed

codegen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# Target Python version for code formatting with Black.
3131
# Must be one of the values listed in pyproject.toml.
32-
BLACK_TARGET_VERSIONS = "py39 py310 py311 py312"
32+
BLACK_TARGET_VERSIONS = "py38 py39 py310 py311 py312"
3333

3434

3535
# Import notes

0 commit comments

Comments
 (0)