Skip to content

Commit 4ad2c7c

Browse files
authored
ci: Add Pyright linting for Python 3.11 (#56)
1 parent b9eab83 commit 4ad2c7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
python-version: ["3.7", "3.8", "3.9", "3.10"]
37+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
3838
fail-fast: false
3939
steps:
4040
- name: Checkout code

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dynamic = ["version", "description"]
1414

1515
[tool.black]
1616
line-length = 100
17-
target-version = ["py37", "py38", "py39", "py310"]
17+
target-version = ["py37", "py38", "py39", "py310", "py311"]
1818

1919

2020
[tool.isort]

0 commit comments

Comments
 (0)