From d2caa61a1ceb851da8e4e1109fddc56dc29e05ec Mon Sep 17 00:00:00 2001 From: Catherine Date: Wed, 9 Oct 2024 17:07:56 +0000 Subject: Drop support for Python 3.8. --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c5e39bf..b43fbba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,12 +12,13 @@ jobs: strategy: matrix: python-version: - - '3.8' - '3.9' - '3.10' - '3.11' - - 'pypy-3.8' + - '3.12' + - '3.13' - 'pypy-3.9' + - 'pypy-3.10' # this version range needs to be synchronized with the one in pyproject.toml amaranth-version: - '0.4' -- cgit v1.2.3