Skip to content

Commit

Permalink
Drop compatibility with Amaranth 0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfng committed Oct 18, 2024
1 parent d2caa61 commit e927dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@ jobs:
- 'pypy-3.10'
# this version range needs to be synchronized with the one in pyproject.toml
amaranth-version:
- '0.4'
- '0.5'
- 'git'
allow-failure:
- true
- false
exclude: # all of these are inverted (this is unfortunately the best way to do this)
- amaranth-version: '0.4'
- amaranth-version: '0.5'
allow-failure: false
- amaranth-version: 'git'
allow-failure: true
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = {file = "LICENSE.txt"}
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",
"amaranth>=0.5,<0.7",
]

[project.urls]
Expand Down

0 comments on commit e927dc7

Please sign in to comment.