Skip to content

Commit f8aa289

Browse files
committed
CI: Drop 3.8 from CI as no longer supported in current images
A cherry-pick of e628f15
1 parent 311dbba commit f8aa289

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: CI
33

4-
on:
4+
on:
55
push:
66
pull_request:
77
schedule:
@@ -20,15 +20,14 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
python-version:
23-
- "3.8"
2423
- "3.9"
2524
- "3.10"
2625
- "3.11"
2726
- "3.12"
2827
- "3.13"
2928
- "pypy3.9"
3029
- "pypy3.10"
31-
image:
30+
image:
3231
- "ubuntu-22.04"
3332
steps:
3433
- name: Checkout

.github/workflows/tox-fedora.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
strategy:
2222
matrix:
2323
tox_env:
24-
- py38
2524
- py39
2625
- py310
2726
- py311

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55

66
[tox]
77
# Note: when updating Python versions, also change setup.py and .github/worlflows/*
8-
envlist = py{38,39,310,311,312,313},py3-nosasltls,doc,py3-trace,pypy3.9
8+
envlist = py{39,310,311,312,313},py3-nosasltls,doc,py3-trace,pypy3.9
99
minver = 1.8
1010

1111
[gh-actions]
1212
python =
13-
3.8: py38, doc, py3-nosasltls
14-
3.9: py39, py3-trace
13+
3.9: py39, py3-trace, doc, py3-nosasltls
1514
3.10: py310
1615
3.11: py311
1716
3.12: py312

0 commit comments

Comments
 (0)