Skip to content

Commit

Permalink
Merge pull request #7 from instadeepai/fix/drop-python-38
Browse files Browse the repository at this point in the history
Drop Python 3.8
  • Loading branch information
arnupretorius authored Jan 16, 2024
2 parents 86b150c + 581444e commit 5da1342
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
python-version: ["3.8", "3.9"]
python-version: ["3.9"]
os: [ubuntu-latest]

steps:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
</h2>
<p align="center">
<a href="https://www.python.org/doc/versions/">
<img src="https://img.shields.io/pypi/pyversions/jumanji.svg?style=flat-square" alt="Python Versions">
<img src="https://img.shields.io/badge/python-3.9-blue" alt="Python Versions">
</a>
<a href="https://badge.fury.io/py/matrax">
<img src="https://badge.fury.io/py/matrax.svg" alt="PyPI version" height="18">
</a>
<a href="https://github.com/instadeepai/jumanji/actions/workflows/tests_linters.yml">
<img src="https://github.com/instadeepai/jumanji/actions/workflows/tests_linters.yml/badge.svg" alt="Tests">
<a href="https://github.com/instadeepai/matrax/actions/workflows/tests_linters.yml">
<img src="https://github.com/instadeepai/matrax/actions/workflows/tests_linters.yml/badge.svg" alt="Tests">
</a>
<a href="https://github.com/psf/black">
<img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code Style">
Expand Down Expand Up @@ -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)).
Expand Down

0 comments on commit 5da1342

Please sign in to comment.