Skip to content

Commit

Permalink
Exclude missing Python versions from CI jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Dec 13, 2022
1 parent b848b82 commit 0b0b2b9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -53,8 +53,6 @@ jobs:
env: [{ STATIC_DEPS: true }, { STATIC_DEPS: false }]

include:
- os: ubuntu-latest
python-version: "3.11"
- os: ubuntu-latest
python-version: "3.9"
env: {STATIC_DEPS: true, WITH_REFNANNY: true}
Expand Down Expand Up @@ -104,6 +102,11 @@ jobs:
allowed_failure: true # Unicode parsing fails in Py3

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

# Windows sub-jobs
# ==============
- os: windows-2019
Expand Down

0 comments on commit 0b0b2b9

Please sign in to comment.