Skip to content

Commit 3438c50

Browse files
drop py36 from ci
1 parent e56ab26 commit 3438c50

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
name: [
22-
"windows-py36",
2322
"windows-py310",
2423
"windows-pypy3",
2524

26-
"ubuntu-py36",
2725
"ubuntu-py37-pytestmain",
2826
"ubuntu-py37",
2927
"ubuntu-py38",
@@ -37,10 +35,6 @@ jobs:
3735
]
3836

3937
include:
40-
- name: "windows-py36"
41-
python: "3.6"
42-
os: windows-latest
43-
tox_env: "py36"
4438
- name: "windows-py310"
4539
python: "3.10"
4640
os: windows-latest
@@ -49,11 +43,6 @@ jobs:
4943
python: "pypy3"
5044
os: windows-latest
5145
tox_env: "pypy3"
52-
- name: "ubuntu-py36"
53-
python: "3.6"
54-
os: ubuntu-latest
55-
tox_env: "py36"
56-
use_coverage: true
5746
- name: "ubuntu-py37-pytestmain"
5847
python: "3.7"
5948
os: ubuntu-latest

0 commit comments

Comments
 (0)