Skip to content

Commit

Permalink
Python version bump in test to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
couling committed Nov 3, 2024
1 parent e774f7e commit b308635
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]

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

0 comments on commit b308635

Please sign in to comment.