From 450237160bf6058229811c497923b8eee9fb6bd6 Mon Sep 17 00:00:00 2001 From: Catherine Date: Fri, 3 Feb 2023 05:58:22 +0000 Subject: Drop support for Amaranth 0.2. It was never released under that name anyway. --- .github/workflows/main.yml | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b977303..bccd480 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,6 @@ jobs: - '3.7' # this version range needs to be synchronized with the one in pyproject.toml amaranth-version: - - '0.2' - '0.3' - 'git' fail-fast: false diff --git a/pyproject.toml b/pyproject.toml index 3b95866..a5ffc83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ license = {file = "LICENSE.txt"} dependencies = [ "importlib_metadata; python_version<'3.8'", # this version requirement needs to be synchronized with the one in .github/workflows/main.yml - "amaranth>=0.2,<0.5", + "amaranth>=0.3,<0.5", ] [project.urls] -- cgit v1.2.3