Skip to content

Commit

Permalink
feat: drop support for python 3.8 and update README badges
Browse files Browse the repository at this point in the history
  • Loading branch information
RuanJohn committed Jan 16, 2024
1 parent 86b150c commit 2c4030e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
6 changes: 3 additions & 3 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

0 comments on commit 2c4030e

Please sign in to comment.