From 2c4030e570b3215600f27fa0b6a29809ba23755c Mon Sep 17 00:00:00 2001 From: RuanJohn Date: Tue, 16 Jan 2024 14:05:01 +0200 Subject: [PATCH 1/2] feat: drop support for python 3.8 and update README badges --- .github/workflows/tests_linters.yml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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..ad11274 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@

- Python Versions + Python Versions PyPI version - - Tests + + Tests Code Style From 581444ee69ce4b68525b3aa0009577225e0b22a3 Mon Sep 17 00:00:00 2001 From: RuanJohn Date: Tue, 16 Jan 2024 14:06:23 +0200 Subject: [PATCH 2/2] chore: typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad11274..976996f 100644 --- a/README.md +++ b/README.md @@ -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)).