Skip to content

Commit

Permalink
Replace PyPy3.8 with PyPy3.10 (#1838)
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 authored Aug 16, 2024
1 parent 80164c1 commit 3738c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
"3.11",
"3.12",
"3.13",
"pypy-3.8",
"pypy-3.9",
"pypy-3.10",
]
fail-fast: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ changelog = "https://github.com/hardbyte/python-can/blob/develop/CHANGELOG.md"
[project.optional-dependencies]
lint = [
"pylint==3.2.*",
"ruff==0.5.7",
"ruff==0.6.0",
"black==24.8.*",
"mypy==1.11.*",
]
Expand Down

0 comments on commit 3738c4f

Please sign in to comment.