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 8461340 commit 0468ce0Copy full SHA for 0468ce0
.github/workflows/main.yml
@@ -1,6 +1,7 @@
1
on:
2
push:
3
pull_request:
4
+ merge_group:
5
schedule:
6
- cron: '0 0 * * *' # test daily against git HEAD of dependencies
7
@@ -15,6 +16,7 @@ jobs:
15
16
- '3.8'
17
# this version range needs to be synchronized with the one in pyproject.toml
18
amaranth-version:
19
+ - '0.4'
20
- 'git'
21
fail-fast: false
22
steps:
pyproject.toml
@@ -14,7 +14,7 @@ license = {file = "LICENSE.txt"}
14
requires-python = "~=3.8"
dependencies = [
# this version requirement needs to be synchronized with the one in .github/workflows/main.yml
- "amaranth@git+https://github.com/amaranth-lang/amaranth",
+ "amaranth>=0.4,<0.5",
]
[project.urls]
0 commit comments