We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80164c1 commit 3738c4fCopy full SHA for 3738c4f
.github/workflows/ci.yml
@@ -24,8 +24,8 @@ jobs:
24
"3.11",
25
"3.12",
26
"3.13",
27
- "pypy-3.8",
28
"pypy-3.9",
+ "pypy-3.10",
29
]
30
fail-fast: false
31
steps:
pyproject.toml
@@ -61,7 +61,7 @@ changelog = "https://github.com/hardbyte/python-can/blob/develop/CHANGELOG.md"
61
[project.optional-dependencies]
62
lint = [
63
"pylint==3.2.*",
64
- "ruff==0.5.7",
+ "ruff==0.6.0",
65
"black==24.8.*",
66
"mypy==1.11.*",
67
0 commit comments