Skip to content

Commit

Permalink
Added python 3.13 to End to End testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ljstella committed Oct 7, 2024
1 parent 5488ca6 commit 0c8d8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testEndToEnd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.11", "3.12"]
python_version: ["3.11", "3.12", "3.13"]
operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest", "macos-14", "windows-2022"]
#operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest"]

Expand Down

0 comments on commit 0c8d8e5

Please sign in to comment.