Skip to content

Commit 91ad5b6

Browse files
committed
remove 3.6 from tests
1 parent 4f4baf0 commit 91ad5b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", pypy3]
39+
python-version: ["3.7", "3.8", "3.9", "3.10", pypy3]
4040
os: [macos-latest, ubuntu-18.04, ubuntu-20.04, windows-2019, windows-2016]
4141
exclude:
4242
# excludes pypy Windows because only 32 bit pypy is supported.
@@ -47,6 +47,8 @@ jobs:
4747
# temporarily exclude pypy3 on macos
4848
- os: macos-latest
4949
python-version: pypy3
50+
- os: macos-latest
51+
python-version: "3.10"
5052

5153
steps:
5254

0 commit comments

Comments
 (0)