Skip to content

Commit

Permalink
Add Python 13 into unit test matrix (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
berk76 authored Nov 8, 2024
1 parent d629eb1 commit 9c3e79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [ '3.10', '3.11', '3.12' ]
python-version: [ '3.10', '3.11', '3.12', '3.13' ]

steps:
- name: Checkout Code Repository
Expand Down

0 comments on commit 9c3e79e

Please sign in to comment.