Skip to content

Commit

Permalink
change supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
csinva committed Feb 29, 2024
1 parent 5e0a213 commit d5db6ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7.15, 3.10.8]
python-version: [3.8.10, 3.10.8, 3.12.2]

steps:
- uses: actions/checkout@v2
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">
<img src="https://img.shields.io/badge/license-mit-blue.svg">
<img src="https://img.shields.io/badge/python-3.7--3.10-blue">
<img src="https://img.shields.io/badge/python-3.8--3.11-blue">
<a href="https://doi.org/10.21105/joss.03192"><img src="https://joss.theoj.org/papers/10.21105/joss.03192/status.svg"></a>
<a href="https://github.com/csinva/imodels/actions"><img src="https://github.com/csinva/imodels/workflows/tests/badge.svg"></a>
<!--img src="https://img.shields.io/github/checks-status/csinva/imodels/master"-->
Expand Down

0 comments on commit d5db6ac

Please sign in to comment.