Skip to content

Commit

Permalink
Exclude Py3.5 from CI builds - fails for too many platforms by now.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 29, 2023
1 parent 5dbc44b commit 80d374b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-2019]
python-version:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
Expand Down Expand Up @@ -113,8 +112,6 @@ jobs:
# allowed_failure: true # Unicode parsing fails in Py3

exclude:
- os: ubuntu-latest
python-version: "3.5"
- os: ubuntu-latest
python-version: "3.6"

Expand Down

0 comments on commit 80d374b

Please sign in to comment.