Skip to content

Commit 517077f

Browse files
committed
Drop more old python versions :/
1 parent 45c97d3 commit 517077f

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
strategy:
1010
matrix:
1111
python:
12-
- '3.6'
13-
- '3.7'
1412
- '3.8'
1513
- '3.9'
1614
- '3.10'

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py36, py37, py38, py39, py310, py311, py312, py313, py314
2+
envlist = py38, py39, py310, py311, py312, py313, py314
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)