Skip to content

Commit

Permalink
more bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Dec 3, 2024
1 parent 8c57e09 commit 93075a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,18 +121,18 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12, windows-latest]
python: ['3.8', '3.11', '3.12']
os: [ubuntu-latest, macos-latest, windows-latest]
python: ['3.9', '3.11', '3.13']
include:
- python: '3.8'
- python: '3.9'
dist: 'notebook*.tar.gz'
- python: '3.11'
dist: 'notebook*.whl'
- python: '3.12'
- python: '3.13'
dist: 'notebook*.whl'
- os: windows-latest
py_cmd: python
- os: macos-12
- os: macos-latest
py_cmd: python3
- os: ubuntu-latest
py_cmd: python
Expand Down

0 comments on commit 93075a9

Please sign in to comment.