Skip to content

Commit c941ab6

Browse files
authored
Merge pull request #627 from derekhiggins/bump-py311
chore: bump remaining minimums to 3.11
2 parents 52938cb + e0678cb commit c941ab6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ persistent=yes
9090

9191
# Minimum Python version to use for version dependent checks. Will default to
9292
# the version used to run pylint.
93-
py-version=3.10
93+
py-version=3.11
9494

9595
# Discover python modules and packages in the file system subtree.
9696
recursive=no

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ where = ["src"]
5151
include = ["instructlab.sdg"]
5252

5353
[tool.ruff]
54-
target-version = "py310"
54+
target-version = "py311"
5555
# same as black's default line length
5656
line-length = 88
5757

0 commit comments

Comments
 (0)