We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b8428 commit 0ad5e24Copy full SHA for 0ad5e24
.github/workflows/main.yaml
@@ -22,6 +22,7 @@ jobs:
22
- 'pypy-3.10'
23
# this version range needs to be synchronized with the one in pyproject.toml
24
amaranth-version:
25
+ - '0.5'
26
- 'git'
27
allow-failure:
28
- false
pyproject.toml
@@ -14,7 +14,7 @@ license = {file = "LICENSE.txt"}
14
requires-python = "~=3.8"
15
dependencies = [
16
# this version requirement needs to be synchronized with the one in .github/workflows/main.yml
17
- "amaranth@git+https://github.com/amaranth-lang/amaranth",
+ "amaranth>=0.5,<0.6",
18
]
19
20
[project.urls]
0 commit comments