Skip to content

Commit

Permalink
Update Python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nealkruis committed Nov 14, 2024
1 parent 66efad6 commit e0fcaf8
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 350 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
defaults:
run:
shell: bash
Expand Down
Loading

0 comments on commit e0fcaf8

Please sign in to comment.