Skip to content

Commit

Permalink
py3.12 and 3.13 allowed to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
dougthor42 committed Oct 8, 2024
1 parent 5569ce9 commit ad1820c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
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"
allowed-to-fail: true
Expand Down

0 comments on commit ad1820c

Please sign in to comment.