Skip to content

Commit

Permalink
Switch to Python 3.11. (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsthorat authored Nov 1, 2023
1 parent 7046727 commit 75befbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9
3.11
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ exclude = [
# Allow unused variables when underscore-prefixed.
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"

# Assume Python 3.9.
target-version = "py39"
# Assume Python 3.11.
target-version = "py311"

[tool.ruff.format]
quote-style = "single"
Expand Down

0 comments on commit 75befbe

Please sign in to comment.