Skip to content

Commit

Permalink
bump python version required
Browse files Browse the repository at this point in the history
  • Loading branch information
epignatelli committed Jul 12, 2023
1 parent 798ad7e commit 1169ce4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
python-version: 3.10

- name: Install pypa/build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.10
- name: Setup navix
run: |
pip install . -v
Expand Down
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.9"
requires-python = ">=3.10"
readme = "README.md"
license = {file = "LICENSE", name = "Apache-2.0"}
authors = [
Expand Down

0 comments on commit 1169ce4

Please sign in to comment.