Skip to content

Commit

Permalink
New release for 3.9 compatibility; now testing this as well
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger committed Nov 18, 2024
1 parent 7acd73e commit 4307e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run-tests:
strategy:
matrix:
python-version: [ 3.11 ]
python-version: [ 3.9, 3.11 ]
os: [ ubuntu-latest ]
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "jaxtyping"
version = "0.2.35"
version = "0.2.36"
description = "Type annotations and runtime checking for shape and dtype of JAX/NumPy/PyTorch/etc. arrays."
readme = "README.md"
requires-python =">=3.9"
Expand Down

0 comments on commit 4307e19

Please sign in to comment.