diff options
| author | Wanda <wanda@phinode.net> | 2023-12-13 15:31:33 +0100 |
|---|---|---|
| committer | Catherine <whitequark@whitequark.org> | 2023-12-13 15:02:57 +0000 |
| commit | 170675812b71ee722bcf8ccdb88409a9ad97ffe2 (patch) | |
| tree | 771e4ac198da95dcd56bfe51d8414d5dd7d8fd0c /.github | |
| parent | 48239718d0501c87179db16dc30adb0100831927 (diff) | |
Bump to amaranth 0.4.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 04a871e..a91c6dc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,13 +20,13 @@ jobs: - 'pypy-3.9' # this version range needs to be synchronized with the one in pyproject.toml amaranth-version: - - '0.3' + - '0.4' - 'git' allow-failure: - true - false exclude: # all of these are inverted (this is unfortunately the best way to do this) - - amaranth-version: '0.3' + - amaranth-version: '0.4' allow-failure: false - amaranth-version: 'git' allow-failure: true @@ -43,10 +43,6 @@ jobs: if: ${{ matrix.amaranth-version != 'git' }} run: | pip install 'amaranth==${{ matrix.amaranth-version }}' - - name: Downgrade MarkupSafe - if: ${{ matrix.amaranth-version == '0.3' }} - run: | - pip install 'MarkupSafe==2.0.1' - name: Install Amaranth from git if: ${{ matrix.amaranth-version == 'git' }} run: | |
