Skip to content

Commit

Permalink
Adds Python 3.12 to version matrix for test workflow. Update dependen…
Browse files Browse the repository at this point in the history
…cies. Bump version to v.0.1.3
  • Loading branch information
thetacom committed Mar 23, 2024
1 parent 6e804a9 commit 09322f4
Show file tree
Hide file tree
Showing 4 changed files with 1,423 additions and 1,525 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.9","3.10", "3.11"]
python-version: ["3.9","3.10", "3.11", "3.12"]
defaults:
run:
shell: bash
Expand Down
Loading

0 comments on commit 09322f4

Please sign in to comment.