Skip to content

Commit 7ee46eb

Browse files
committed
Skip Python 3.5
1 parent c74564f commit 7ee46eb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,8 @@ jobs:
1717
# job.
1818
strategy:
1919
matrix:
20-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
20+
python-version: [3.6, 3.7, 3.8, 3.9]
2121
os: [ubuntu-latest, macos-latest, windows-latest]
22-
exclude:
23-
# Python 3.5 is unable to properly
24-
# find the recent VS tooling
25-
# https://bugs.python.org/issue30389
26-
- os: windows-latest
27-
python-version: 3.5
2822

2923
runs-on: ${{ matrix.os }}
3024

0 commit comments

Comments
 (0)