File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,13 @@ jobs:
1212 strategy :
1313 matrix :
1414 python-version :
15- - ' 3.8'
1615 - ' 3.9'
1716 - ' 3.10'
1817 - ' 3.11'
19- - ' pypy-3.8'
18+ - ' 3.12'
19+ - ' 3.13'
2020 - ' pypy-3.9'
21+ - ' pypy-3.10'
2122 # this version range needs to be synchronized with the one in pyproject.toml
2223 amaranth-version :
2324 - ' 0.4'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ description = "Board and connector definitions for Amaranth HDL"
1111authors = [{name = " Amaranth HDL contributors" }]
1212license = {file = " LICENSE.txt" }
1313
14- requires-python = " ~=3.8 "
14+ requires-python = " ~=3.9 "
1515dependencies = [
1616 # this version requirement needs to be synchronized with the one in .github/workflows/main.yml
1717 " amaranth>=0.4,<0.7" ,
You can’t perform that action at this time.
0 commit comments