aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorCatherine <whitequark@whitequark.org>2023-06-30 06:40:51 +0000
committerCatherine <whitequark@whitequark.org>2023-06-30 06:40:54 +0000
commit510c28e3799aeca1cbf72ba26771d0951f98412e (patch)
tree73370b9613584c6e5ad7d2eb453fa7202041df39 /.github/workflows
parent54e6ac41662f81881f89efed7db085432be1071b (diff)
CI: bump Python version to 3.8.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index afa22f5..2541e90 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
python-version:
- - '3.7'
+ - '3.8'
# this version range needs to be synchronized with the one in pyproject.toml
amaranth-version:
- '0.3'