Skip to content

Commit

Permalink
testing python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Oct 26, 2024
1 parent dc7f13d commit 70c5fc7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12"]
python-version: [ "3.12", "3.13" ]
# Mark Python 3.13 as allowed to fail
include:
- python-version: "3.13"
continue-on-error: true

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

0 comments on commit 70c5fc7

Please sign in to comment.