Skip to content

Commit 69355a9

Browse files
drop python 3.6 from github
1 parent 32c3fe7 commit 69355a9

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 16 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,23 +35,14 @@ 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
4741
tox_env: "py310"
4842
- name: "windows-pypy3"
49-
python: "pypy3"
43+
python: "pypy3.7"
5044
os: windows-latest
51-
tox_env: "pypy3"
52-
- name: "ubuntu-py36"
53-
python: "3.6"
54-
os: ubuntu-latest
55-
tox_env: "py36"
56-
use_coverage: true
45+
tox_env: "py37"
5746
- name: "ubuntu-py37-pytestmain"
5847
python: "3.7"
5948
os: ubuntu-latest
@@ -80,7 +69,7 @@ jobs:
8069
tox_env: "py310"
8170
use_coverage: true
8271
- name: "ubuntu-pypy3"
83-
python: "pypy3"
72+
python: "pypy3.7"
8473
os: ubuntu-latest
8574
tox_env: "pypy3"
8675
use_coverage: true
@@ -103,7 +92,7 @@ jobs:
10392
fetch-depth: 0
10493

10594
- name: Set up Python ${{ matrix.python }}
106-
uses: actions/setup-python@v2
95+
uses: actions/setup-python@v4
10796
with:
10897
python-version: ${{ matrix.python }}
10998

@@ -135,7 +124,7 @@ jobs:
135124
with:
136125
fetch-depth: 0
137126

138-
- uses: actions/setup-python@v2
127+
- uses: actions/setup-python@v4
139128
with:
140129
python-version: "3.8"
141130

0 commit comments

Comments
 (0)