Skip to content

Commit 82c8a1a

Browse files
committed
Merge branch 'master' into tk0miya-patch-1
2 parents b585d63 + 551bbaa commit 82c8a1a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10-dev]
9+
python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev]
1010
max-parallel: 1
1111

1212
steps:

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[tox]
22
skip_missing_interpreters = true
3-
envlist=flake8,mypy,py35,py36,py37,py38,py39,py310-dev
3+
envlist=flake8,mypy,py36,py37,py38,py39,py310-dev
44

55
[gh-actions]
66
python =
7-
3.5: py35
87
3.6: py36
98
3.7: py37
109
3.8: py38

0 commit comments

Comments
 (0)