Skip to content

Commit

Permalink
build: update black target version to py311 and update pypy matrix ve…
Browse files Browse the repository at this point in the history
…rsion to pypy-3.10
  • Loading branch information
dala committed Mar 4, 2024
1 parent 7bd91ac commit 9f8af87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python-version: [3.8, 3.9, '3.10', '3.11', pypy-3.8-v7.x]
python-version: [3.8, 3.9, '3.10', '3.11', pypy-3.10-v7.x]
include:
- python-version: 3.8
py: py38
Expand All @@ -19,7 +19,7 @@ jobs:
py: py310
- python-version: '3.11'
py: py311
- python-version: pypy-3.8-v7.x
- python-version: pypy-3.10-v7.x
py: pypy3

steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ format = [

[tool.black]
line-length = 100
target-version = ["py38"]
target-version = ["py311"]
skip-string-normalization = true

[tool.isort]
Expand Down

0 comments on commit 9f8af87

Please sign in to comment.