We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da45b8 commit 618a13fCopy full SHA for 618a13f
.github/workflows/main.yml
@@ -13,12 +13,11 @@ jobs:
13
strategy:
14
matrix:
15
python-version:
16
- - '3.8'
17
- '3.9'
18
- '3.10'
19
- '3.11'
20
- '3.12'
21
- - 'pypy-3.8'
+ - '3.13'
22
- 'pypy-3.9'
23
- 'pypy-3.10'
24
# this version range needs to be synchronized with the one in pyproject.toml
pyproject.toml
@@ -11,7 +11,7 @@ description = "Industry standard I/O for Amaranth HDL"
11
authors = [{name = "Amaranth HDL contributors"}]
12
license = {file = "LICENSE.txt"}
-requires-python = "~=3.8"
+requires-python = "~=3.9"
dependencies = [
# this version requirement needs to be synchronized with the one in .github/workflows/main.yml
"amaranth>=0.5,<0.6",
0 commit comments