Skip to content

Commit

Permalink
Merge pull request #10 from m-clare/dev
Browse files Browse the repository at this point in the history
chore: add 3.13 support, drop 3.9
  • Loading branch information
m-clare authored Oct 27, 2024
2 parents dec67e5 + 2e9a494 commit 1a8241b
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
strategy:
matrix:
python-version: [3.9, "3.10", "3.11", "3.12"] # Add more versions as needed
python-version: ["3.10", "3.11", "3.12", "3.13"] # Add more versions as needed
os: [ubuntu-latest, macos-latest, windows-latest, macos-13]

runs-on: ${{ matrix.os }}
Expand Down
Loading

0 comments on commit 1a8241b

Please sign in to comment.