Skip to content

Commit 99e82f0

Browse files
Update target version from Python 3.8 to 3.9.
1 parent 33a9f1d commit 99e82f0

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
@@ -169,7 +169,7 @@ version = {attr = "optuna_integration.version.__version__"}
169169

170170
[tool.black]
171171
line-length = 99
172-
target-version = ['py38']
172+
target-version = ['py39']
173173
exclude = '''
174174
/(
175175
\.eggs

0 commit comments

Comments
 (0)