Skip to content

Commit

Permalink
update dependencies, include python 3.13 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
d3x-at committed Sep 27, 2024
1 parent e0c3cc8 commit 211eb27
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: true
max-parallel: 3
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
os: [ubuntu-latest]
include:
- os: macos-latest
Expand Down
Loading

0 comments on commit 211eb27

Please sign in to comment.