diff --git a/.github/workflows/tests_linters.yml b/.github/workflows/tests_linters.yml index 391fa02..0282ac0 100644 --- a/.github/workflows/tests_linters.yml +++ b/.github/workflows/tests_linters.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - python-version: ["3.8", "3.9"] + python-version: ["3.9"] os: [ubuntu-latest] steps: diff --git a/README.md b/README.md index 646fdfd..976996f 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@

- Python Versions + Python Versions PyPI version - - Tests + + Tests Code Style @@ -62,7 +62,7 @@ Alternatively, you can install the latest development version directly from GitH pip install git+https://github.com/instadeepai/matrax.git ``` -**Matrax** has been tested on Python 3.8 and 3.9. +**Matrax** has been tested on Python 3.9. Note that because the installation of JAX differs depending on your hardware accelerator, we advise users to explicitly install the correct JAX version (see the [official installation guide](https://github.com/google/jax#installation)).