Skip to content

Commit

Permalink
Merge branch 'main' of github.com:epistoteles/tensorhue
Browse files Browse the repository at this point in the history
  • Loading branch information
epistoteles committed Jun 3, 2024
2 parents 632d2a6 + e4c2b7e commit 1315c1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
</div>

<div align="center">
<img src="https://img.shields.io/badge/python-v3.10-blue.svg">
<img src="https://img.shields.io/badge/python-≥3.9-blue.svg">
<img src="https://img.shields.io/pypi/dm/tensorhue">
<img src="https://img.shields.io/badge/contributions-welcome-orange.svg">
</div>

Expand Down

0 comments on commit 1315c1d

Please sign in to comment.