Skip to content

Commit

Permalink
GitHub Actions: Run unit test on Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Oct 23, 2024
1 parent 23e3f7e commit 8178369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.12"] #NOTE: min and max Python versions supported by icepyx
python-version: ["3.9", "3.13"] #NOTE: min and max Python versions supported by icepyx

steps:
- uses: "actions/checkout@v4"
Expand Down

0 comments on commit 8178369

Please sign in to comment.