Skip to content

Commit d0728d2

Browse files
Drop Python 3.8 and 3.9 from CI
1 parent b235699 commit d0728d2

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
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [windows-latest, macos-latest, ubuntu-latest]
19-
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.11']
19+
python: ['3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.11']
2020
fail-fast: false
2121
runs-on: ${{ matrix.os }}
2222
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,py{38,39,310,311,312,313,314},docs
2+
envlist=flake8,py{310,311,312,313,314},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)