From 170675812b71ee722bcf8ccdb88409a9ad97ffe2 Mon Sep 17 00:00:00 2001 From: Wanda Date: Wed, 13 Dec 2023 15:31:33 +0100 Subject: Bump to amaranth 0.4. --- .github/workflows/main.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to '.github/workflows') 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: | -- cgit v1.2.3