Skip to content

Commit

Permalink
Update tests to run on Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
MattHag authored and pfps committed Jan 2, 2025
1 parent 382e0b6 commit 9af67f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
python-version: [3.8, 3.12]
python-version: [3.8, 3.13]

steps:
- name: Checkout
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

strategy:
matrix:
python-version: [3.8, 3.12]
python-version: [3.8, 3.13]

steps:
- name: Checkout
Expand Down

0 comments on commit 9af67f0

Please sign in to comment.