From 1169ce46e673eb38a00e57e0d8e806b084d2dc67 Mon Sep 17 00:00:00 2001 From: epignatelli Date: Wed, 12 Jul 2023 14:41:40 +0100 Subject: [PATCH] bump python version required --- .github/workflows/CD.yml | 2 +- .github/workflows/CI.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index b60827e..b0676fa 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -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: | diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 50dbf10..32dbc6a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index ab444ea..15d7067 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [