Skip to content

Commit

Permalink
Matrix notation
Browse files Browse the repository at this point in the history
  • Loading branch information
dougthor42 committed Oct 8, 2024
1 parent 3fc8e29 commit a67e909
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
python-version: ["2.7", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
allowed-to-fail: [false]
include:
- python-version: "3.13"
Expand Down

0 comments on commit a67e909

Please sign in to comment.