Skip to content

Commit 0e26c27

Browse files
committed
Update list of supported Python versions in Black config
1 parent 42fe727 commit 0e26c27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openapi_python_client/templates/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ python-dateutil = "^2.8.1"
2020

2121
[tool.black]
2222
line-length = 120
23-
target_version = ['py38']
23+
target_version = ['py36', 'py37', 'py38']
2424
exclude = '''
2525
(
2626
/(

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ task regen\
6868

6969
[tool.black]
7070
line-length = 120
71-
target_version = ['py36']
71+
target_version = ['py36', 'py37', 'py38']
7272
exclude = '''
7373
(
7474
/(

0 commit comments

Comments
 (0)