Skip to content

Commit

Permalink
Test on py311
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Feb 7, 2024
1 parent 9739964 commit c99288e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
max-parallel: 20
matrix:
python-version: ["3.9", "3.10", "3.12"]
python-version: ["3.9", "3.11"]

runs-on: ubuntu-latest
env:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ where = ["src"]

[tool.black]
line-length = 120
target-version = ['py39']
target-version = ['py312']
include = '\.pyi?$'
exclude = '''
(
Expand Down

0 comments on commit c99288e

Please sign in to comment.