Skip to content

Commit

Permalink
πŸ’š Fix-ci(ci.yml): remove Python 2.7.x from the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuangezhizao committed Mar 6, 2024
1 parent ca0c3ff commit 9ed0976
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ jobs:
strategy:
fail-fast: false
matrix:
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
os: [ ubuntu-20.04, macos-latest, windows-latest ]
python-version: [ "2.7", "3.6", "3.x" ]
python-version: [ "3.6", "3.x" ]
exclude:
- os: windows-latest
python-version: "2.7"
- python-version: "3.x"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9ed0976

Please sign in to comment.