We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b9732 commit d2caa61Copy full SHA for d2caa61
.github/workflows/main.yml
@@ -12,12 +12,13 @@ jobs:
12
strategy:
13
matrix:
14
python-version:
15
- - '3.8'
16
- '3.9'
17
- '3.10'
18
- '3.11'
19
- - 'pypy-3.8'
+ - '3.12'
+ - '3.13'
20
- 'pypy-3.9'
21
+ - 'pypy-3.10'
22
# this version range needs to be synchronized with the one in pyproject.toml
23
amaranth-version:
24
- '0.4'
pyproject.toml
@@ -11,7 +11,7 @@ description = "Board and connector definitions for Amaranth HDL"
11
authors = [{name = "Amaranth HDL contributors"}]
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.4,<0.7",
0 commit comments