Skip to content

Commit

Permalink
Chore: update to Python 3.11 (#1734)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Sep 19, 2023
2 parents 60b6d0b + eeea738 commit ec7981c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10
3.11
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build-backend = "setuptools.build_meta"

[tool.black]
line-length = 127
target-version = ['py310']
target-version = ['py311']
include = '\.pyi?$'

[tool.coverage.run]
Expand Down

0 comments on commit ec7981c

Please sign in to comment.