Skip to content

Commit

Permalink
Merge pull request #49 from epignatelli/python-ver
Browse files Browse the repository at this point in the history
build: lower python requirements to 3.8
  • Loading branch information
epignatelli authored Jan 13, 2024
2 parents ef1c47d + 0da2517 commit 78fd841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion navix/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
# under the License.


__version__ = "0.3.12"
__version__ = "0.3.13"
__version_info__ = tuple(int(i) for i in __version__.split(".") if i.isdigit())
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requires = ["setuptools >= 50", "setuptools-scm[toml]>=6.2", "wheel"]
name = "Navix"
dynamic = ["version", "dependencies"]
description = "Accelerated gridworld navigation with JAX for deep reinforcement learning"
requires-python = ">=3.10"
requires-python = ">=3.8"
readme = "README.md"
license = {file = "LICENSE", name = "Apache-2.0"}
authors = [
Expand Down

0 comments on commit 78fd841

Please sign in to comment.