aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorCatherine <whitequark@whitequark.org>2024-10-09 17:07:56 +0000
committerCatherine <whitequark@whitequark.org>2024-10-09 18:17:10 +0100
commitd2caa61a1ceb851da8e4e1109fddc56dc29e05ec (patch)
tree6d552f4c962d69b4b5ff4eff8c511d6e8da28360 /.github/workflows
parent19b97324ecf9111c5d16377af79f82aad761c476 (diff)
Drop support for Python 3.8.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml5
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'