diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 5 |
1 files changed, 3 insertions, 2 deletions
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' |
