Skip to content

Commit 697b50f

Browse files
Drop Python 3.8 and 3.9 from CI
1 parent b90cbf2 commit 697b50f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest, macos-latest, windows-latest]
25-
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.11']
25+
python: ['3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.11']
2626
fail-fast: false
2727
runs-on: ${{ matrix.os }}
2828
steps:

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
[tox]
2-
envlist=flake8,py38,py39,py310,py311,py312,py313,py314,pypy3,docs
2+
envlist=flake8,py310,py311,py312,py313,py314,pypy3,docs
33
skip_missing_interpreters=True
44

55
[gh-actions]
66
python =
7-
3.8: py38
8-
3.9: py39
97
3.10: py310
108
3.11: py311
119
3.12: py312

0 commit comments

Comments
 (0)