Skip to content

Commit

Permalink
Also run CI for python 3.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
asnare committed Nov 7, 2024
1 parent a7a3c8f commit 5299bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pyVersion: [ '3.10', '3.11', '3.12' ]
pyVersion: [ '3.10', '3.11', '3.12', '3.13' ]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 5299bac

Please sign in to comment.