Skip to content

Commit

Permalink
build: bump min python, dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>
  • Loading branch information
nstarman committed Jan 17, 2025
1 parent 179dbb0 commit 4fbc627
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
run-test:
strategy:
matrix:
python-version: [ 3.9, 3.11 ]
python-version: [ "3.10", "3.11", "3.13" ]
os: [ ubuntu-latest ]
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "quax"
version = "0.0.5"
description = "Multiple dispatch in JAX via custom interpreters."
readme = "README.md"
requires-python ="~=3.9"
requires-python ="~=3.10"
license = {file = "LICENSE"}
authors = [
{name = "Patrick Kidger", email = "contact@kidger.site"},
Expand All @@ -24,7 +24,7 @@ classifiers = [
]
urls = {repository = "https://github.com/patrick-kidger/quax" }
dependencies = [
"jax>=0.4.11",
"jax>=0.4.38",
"jaxtyping>=0.2.20",
"equinox>=0.11.0",
"plum-dispatch>=2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
beartype
pytest
jax[cpu]
jax[cpu]>=0.4.38

0 comments on commit 4fbc627

Please # to comment.