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 91807da commit a426400Copy full SHA for a426400
.github/workflows/main.yml
@@ -23,6 +23,7 @@ jobs:
23
- 'pypy-3.10'
24
# this version range needs to be synchronized with the one in pyproject.toml
25
amaranth-version:
26
+ - '0.5'
27
- 'git'
28
allow-failure:
29
- 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