Skip to content

Commit

Permalink
test: add Python 3.13 to GitHub test matrix
Browse files Browse the repository at this point in the history
Relates to JIRA: DISCOVERY-865
  • Loading branch information
infinitewarp committed Jan 3, 2025
1 parent 353ee3c commit 9aecbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"] # Expand like ["3.12", "3.13"] to test more versions.
python-version: ["3.12", "3.13"] # Expand like ["3.12", "3.13"] to test more versions.
type:
[
config-verify,
Expand Down

0 comments on commit 9aecbd4

Please sign in to comment.