Skip to content

Commit

Permalink
ci: Add Python 3.12 a 3.13 to Python unit tests matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Feb 12, 2025
1 parent c01b18c commit f7470ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
os: ubuntu-latest
- ver: "3.11"
os: ubuntu-latest
- ver: "3.12"
os: ubuntu-latest
- ver: "3.13"
os: ubuntu-latest
runs-on: ${{ matrix.pyver_os.os }}
steps:
- name: Update git
Expand Down

0 comments on commit f7470ed

Please sign in to comment.