Skip to content

Commit 3738c4f

Browse files
authored
Replace PyPy3.8 with PyPy3.10 (#1838)
1 parent 80164c1 commit 3738c4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
"3.11",
2525
"3.12",
2626
"3.13",
27-
"pypy-3.8",
2827
"pypy-3.9",
28+
"pypy-3.10",
2929
]
3030
fail-fast: false
3131
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ changelog = "https://github.com/hardbyte/python-can/blob/develop/CHANGELOG.md"
6161
[project.optional-dependencies]
6262
lint = [
6363
"pylint==3.2.*",
64-
"ruff==0.5.7",
64+
"ruff==0.6.0",
6565
"black==24.8.*",
6666
"mypy==1.11.*",
6767
]

0 commit comments

Comments
 (0)