Skip to content

Commit

Permalink
python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 committed Oct 13, 2024
1 parent 45a363d commit af4c617
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/core-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
os: ["ubuntu-latest", "windows-latest"]
# "macos-latest",
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
numpy-version: ['1.22.4', '1.23.5', '1.24.1', '1.25.1', '1.26.4']
exclude:
- python-version: '3.12'
Expand All @@ -37,6 +37,14 @@ jobs:
numpy-version: '1.24.1'
- python-version: '3.12'
numpy-version: '1.25.1'
- python-version: '3.13'
numpy-version: '1.22.4'
- python-version: '3.13'
numpy-version: '1.23.5'
- python-version: '3.13'
numpy-version: '1.24.1'
- python-version: '3.13'
numpy-version: '1.25.1'
steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/io-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ['3.9', '3.11']
python-version: ['3.9', '3.13']
defaults:
# by default run in bash mode (required for conda usage)
run:
Expand Down

0 comments on commit af4c617

Please sign in to comment.