Skip to content

Commit 0468ce0

Browse files
committed
Require Amaranth 0.4.
1 parent 8461340 commit 0468ce0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
on:
22
push:
33
pull_request:
4+
merge_group:
45
schedule:
56
- cron: '0 0 * * *' # test daily against git HEAD of dependencies
67

@@ -15,6 +16,7 @@ jobs:
1516
- '3.8'
1617
# this version range needs to be synchronized with the one in pyproject.toml
1718
amaranth-version:
19+
- '0.4'
1820
- 'git'
1921
fail-fast: false
2022
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = {file = "LICENSE.txt"}
1414
requires-python = "~=3.8"
1515
dependencies = [
1616
# this version requirement needs to be synchronized with the one in .github/workflows/main.yml
17-
"amaranth@git+https://github.com/amaranth-lang/amaranth",
17+
"amaranth>=0.4,<0.5",
1818
]
1919

2020
[project.urls]

0 commit comments

Comments
 (0)