Skip to content

Commit

Permalink
drop 3.12 temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
nreinicke committed Jan 29, 2025
1 parent 0a2a3a3 commit 3c05b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11"]

env:
PYTHON: ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# <img src="docs/images/routeelogo.png" alt="Routee Powertrain" width="100"/>

<div align="left">
<img src="https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue"/>
<img src="https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11-blue"/>
<a href="https://pypi.org/project/nrel.routee.powertrain/">
<img src="https://img.shields.io/pypi/v/nrel.routee.powertrain" alt="PyPi Latest Release"/>
</a>
Expand Down

0 comments on commit 3c05b9c

Please sign in to comment.