Skip to content

Commit

Permalink
Updating python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
destin-v committed Jan 12, 2024
1 parent 13f3112 commit de33500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11"]
# Checkout the repo
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</p>

<p align="center">
<a href="https://devguide.python.org/versions/"> <img alt="" src="https://img.shields.io/badge/python-^3.10-blue?logo=python&logoColor=white"></a>
<a href="https://devguide.python.org/versions/"> <img alt="" src="https://img.shields.io/badge/python-3.10|3.11-blue?logo=python&logoColor=white"></a>
<a href="https://docs.github.com/en/actions/quickstart"> <img alt="" src="https://img.shields.io/badge/CI-github-blue?logo=github&logoColor=white"></a>
<a href="https://black.readthedocs.io/en/stable/index.html"> <img alt="" src="https://img.shields.io/badge/code%20style-black-blue"></a>
</p>
Expand Down

0 comments on commit de33500

Please sign in to comment.