We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174e5ff commit ee4d885Copy full SHA for ee4d885
codegen/__init__.py
@@ -29,7 +29,7 @@
29
30
# Target Python version for code formatting with Black.
31
# Must be one of the values listed in pyproject.toml.
32
-BLACK_TARGET_VERSIONS = "py39 py310 py311 py312"
+BLACK_TARGET_VERSIONS = "py38 py39 py310 py311 py312"
33
34
35
# Import notes
0 commit comments