Skip to content

Commit

Permalink
Merge pull request #241 from jond01/task/add-python-3-13-to-tests
Browse files Browse the repository at this point in the history
Add Python 3.13 to the tests matrix
  • Loading branch information
jond01 authored Nov 4, 2024
2 parents 2f8c312 + 498dbca commit da202c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.12"]
python-version: ["3.12", "3.13"]
runs-on: ${{ matrix.os }}
env:
FORCE_COLOR: 1
Expand Down

0 comments on commit da202c3

Please sign in to comment.