Skip to content

Commit a641376

Browse files
authored
Merge branch 'py310-dev' into py311
2 parents 30fcba0 + 0b07705 commit a641376

File tree

13 files changed

+2832
-12
lines changed

13 files changed

+2832
-12
lines changed

.github/workflows/run_test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
strategy:
99
matrix:
1010
python-version: [3.8, 3.11]
11-
1211
steps:
1312
- uses: actions/checkout@v3
1413
- name: Set up Python ${{ matrix.python-version }}

src/casperfpga.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
# starting in Python 3.10, Callable is in abc
1111
from collections.abc import Callable
1212

13-
1413
from . import register
1514
from . import sbram
1615
from . import snap

0 commit comments

Comments
 (0)