Skip to content

Commit c567101

Browse files
authored
Merge pull request #1747 from rackerlabs/python-312
chore: standardize on Python 3.12
2 parents 582a4b9 + 2090b95 commit c567101

7 files changed

Lines changed: 4 additions & 142 deletions

File tree

.github/workflows/build-container-images.yaml

Lines changed: 0 additions & 62 deletions
This file was deleted.

containers/python311_alpine/Dockerfile

Lines changed: 0 additions & 38 deletions
This file was deleted.

containers/python312_alpine/Dockerfile

Lines changed: 0 additions & 38 deletions
This file was deleted.

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)