Skip to content

Commit fd4274f

Browse files
Merge pull request #544 from reef-technologies/drop-python3.8
Drop Python 3.8 support
2 parents 9c2b582 + 8aaf18a commit fd4274f

File tree

5 files changed

+955
-737
lines changed

5 files changed

+955
-737
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,25 +88,21 @@ jobs:
8888
fail-fast: false
8989
matrix:
9090
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
91-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9", "pypy3.10"]
91+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9", "pypy3.10"]
9292
extras: [ "" ]
9393
exclude:
9494
- os: "macos-latest"
9595
python-version: "pypy3.10"
9696
- os: "windows-latest"
9797
python-version: "pypy3.10"
9898
# Workaround for https://github.com/actions/setup-python/issues/696
99-
- os: "macos-latest"
100-
python-version: 3.8
10199
- os: "macos-latest"
102100
python-version: 3.9
103101
include:
104102
- python-version: "3.12"
105103
extras: "full"
106104
os: "ubuntu-latest"
107105
# Workaround for https://github.com/actions/setup-python/issues/696
108-
- os: "macos-13"
109-
python-version: 3.8
110106
- os: "macos-13"
111107
python-version: 3.9
112108
steps:

changelog.d/+python3.8.removed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Drop Python 3.8 support.

noxfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
[
3232
'pypy3.9',
3333
'pypy3.10',
34-
'3.7',
35-
'3.8',
3634
'3.9',
3735
'3.10',
3836
'3.11',

0 commit comments

Comments
 (0)