Skip to content

Commit d2caa61

Browse files
committed
Drop support for Python 3.8.
1 parent 19b9732 commit d2caa61

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/main.yml

+3-2
Original file line numberDiff line numberDiff 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'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "Board and connector definitions for Amaranth HDL"
1111
authors = [{name = "Amaranth HDL contributors"}]
1212
license = {file = "LICENSE.txt"}
1313

14-
requires-python = "~=3.8"
14+
requires-python = "~=3.9"
1515
dependencies = [
1616
# this version requirement needs to be synchronized with the one in .github/workflows/main.yml
1717
"amaranth>=0.4,<0.7",

0 commit comments

Comments
 (0)