Skip to content

Commit

Permalink
MNT/CI: add Python 3.13 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
theOehrly committed Dec 14, 2024
1 parent 359144e commit d44f66d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/selective_cache_persist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.9-minver', '3.9', '3.10', '3.11', '3.12']
#
python-version: [ '3.9-minver', '3.9', '3.10', '3.11', '3.12', '3.13']
name: Persist cache for ${{ matrix.python-version }}
steps:
- name: Create cache directory
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- python-version: "3.10"
- python-version: "3.11"
- python-version: "3.12"
- python-version: "3.13"
name: Tests on ${{ matrix.python-version }} ${{ matrix.name-suffix }}
steps:
- name: Setup python
Expand Down

0 comments on commit d44f66d

Please sign in to comment.