Skip to content

Commit 09e4464

Browse files
committed
chore: make everything Python 3.12
1 parent 4293e9f commit 09e4464

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

python/diff-nautobot-understack/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ source = "vcs"
4747
root = "../../"
4848

4949
[tool.ruff]
50-
target-version = "py311"
50+
target-version = "py312"
5151
fix = true
5252

5353
[tool.ruff.lint]

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.ruff]
2-
target-version = "py310"
2+
target-version = "py312"
33
fix = true
44

55
[tool.ruff.lint]

python/understack-flavor-matcher/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ testpaths = [
3838
[tool.ruff]
3939
# use our default and override anything we need specifically
4040
extend = "../pyproject.toml"
41-
target-version = "py310"
41+
target-version = "py312"
4242

4343
[tool.ruff.lint.per-file-ignores]
4444
"tests/**/*.py" = [

python/understack-workflows/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ filterwarnings = [
8383
[tool.ruff]
8484
# use our default and override anything we need specifically
8585
extend = "../pyproject.toml"
86-
target-version = "py310"
86+
target-version = "py312"
8787

8888
[tool.ruff.lint.per-file-ignores]
8989
"tests/test_nautobot_event_parser.py" = ["E501"]

0 commit comments

Comments
 (0)