Skip to content

Commit 618a13f

Browse files
committed
Drop support for Python 3.8.
1 parent 2da45b8 commit 618a13f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ jobs:
1313
strategy:
1414
matrix:
1515
python-version:
16-
- '3.8'
1716
- '3.9'
1817
- '3.10'
1918
- '3.11'
2019
- '3.12'
21-
- 'pypy-3.8'
20+
- '3.13'
2221
- 'pypy-3.9'
2322
- 'pypy-3.10'
2423
# this version range needs to be synchronized with the one in pyproject.toml

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "Industry standard I/O 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.5,<0.6",

0 commit comments

Comments
 (0)