Skip to content

Commit a74be42

Browse files
committed
Adjust target version
1 parent 60f8b49 commit a74be42

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://github.com/carlosperate/awesome-pyproject
66

77
[tool.black]
8-
target-version = ['py39', 'py310', 'py311']
8+
target-version = ['py310', 'py311', 'py312']
99
line-length = 120
1010
include = '(atlassian|examples|tests)\/.*(\.py|GET|POST)'
1111

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ commands = pylint {[base]linting_targets}
3535

3636
[testenv:black]
3737
basepython = python3
38-
target-version = [ "py39" ]
38+
target-version = [ "py310" ]
3939
skip_install = true
4040
deps = black
4141
commands = black --check --diff {[base]linting_targets} --exclude __pycache__
4242

4343
[testenv:black_fmt]
4444
basepython = python3
45-
target-version = ["py39"]
45+
target-version = ["py310"]
4646
skip_install = true
4747
deps = black
4848
commands = black {[base]linting_targets} --exclude __pycache__

0 commit comments

Comments
 (0)