Skip to content

Commit b337a50

Browse files
committed
remove integration tests for Python 3.5
1 parent e2b0ca8 commit b337a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [macos-13, windows-latest]
14-
python-version: [3.5, 3.6, 3.7, 3.8, pypy-3.7]
14+
python-version: [3.6, 3.7, 3.8, pypy-3.7]
1515
exclude:
1616
- os: windows-latest
1717
python-version: 3.6
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
matrix:
7676
os: [macos-13, windows-latest]
77-
python-version: [3.5, 3.6, 3.7, 3.8, pypy-3.7]
77+
python-version: [3.6, 3.7, 3.8, pypy-3.7]
7878
exclude:
7979
- os: windows-latest
8080
python-version: 3.6

0 commit comments

Comments
 (0)