From 23c66d68045831de0a372c8c237274d74c71ef4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Nguyen?= Date: Fri, 18 Oct 2024 11:48:34 +0200 Subject: Drop compatibility with Amaranth 0.4. --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b43fbba..eb396bf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 -- cgit v1.2.3