Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dougthor42 committed Oct 8, 2024
1 parent ad1820c commit 69a3cf6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
allowed-to-fail: [false]
include:
- python-version: "3.12"
allowed-to-fail: true
include:
- python-version: "3.13"
- python-version: ["3.12", "3.13"]
allowed-to-fail: true
name: "Build and Test: Python ${{ matrix.python-version }}"
steps:
Expand Down

0 comments on commit 69a3cf6

Please sign in to comment.