Skip to content

Commit 5b7f644

Browse files
Bump to Py3.9
1 parent 57ccbd2 commit 5b7f644

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
python-version: [ 3.8 ]
12+
python-version: [ 3.11 ]
1313
os: [ ubuntu-latest ]
1414
runs-on: ${{ matrix.os }}
1515
steps:

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
run-test:
88
strategy:
99
matrix:
10-
python-version: [ 3.8, 3.9 ]
10+
python-version: [ 3.9, 3.11 ]
1111
os: [ ubuntu-latest ]
1212
fail-fast: false
1313
runs-on: ${{ matrix.os }}

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "equinox"
3-
version = "0.10.4"
3+
version = "0.10.5"
44
description = "Elegant easy-to-use neural networks in JAX."
55
readme = "README.md"
6-
requires-python ="~=3.8"
6+
requires-python ="~=3.9"
77
license = {file = "LICENSE"}
88
authors = [
99
{name = "Patrick Kidger", email = "[email protected]"},
@@ -23,7 +23,7 @@ classifiers = [
2323
"Topic :: Scientific/Engineering :: Mathematics",
2424
]
2525
urls = {repository = "https://github.com/patrick-kidger/equinox" }
26-
dependencies = ["jax>=0.4.4", "jaxtyping>=0.2.15", "typing_extensions>=4.5.0"]
26+
dependencies = ["jax>=0.4.11", "jaxtyping>=0.2.20", "typing_extensions>=4.5.0"]
2727

2828
[build-system]
2929
requires = ["hatchling"]

0 commit comments

Comments
 (0)