Skip to content

Commit 32f7320

Browse files
redtoadsebastian-rahlf
authored andcommitted
Drop support for all Python version which reached end-of-life.
https://devguide.python.org/versions/
1 parent e2f572d commit 32f7320

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
- "3.10"
2121
- "3.9"
2222
- "3.8"
23-
- "2.8"
24-
- "2.7"
2523
os:
2624
- ubuntu-latest
2725
- macos-latest

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26,py27,py33,py34,py35,py36
2+
envlist = py38,py39,py310,py311,py312
33

44
[testenv]
55
deps = pytest

0 commit comments

Comments
 (0)