Skip to content

Commit 8b5ca40

Browse files
committed
bump supported py versions to 3.9.0
1 parent d5db6ac commit 8b5ca40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.8.10, 3.10.8, 3.12.2]
14+
python-version: [3.9.0, 3.10.8, 3.12.2]
1515

1616
steps:
1717
- uses: actions/checkout@v2

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</p>
1111
<p align="center">
1212
<img src="https://img.shields.io/badge/license-mit-blue.svg">
13-
<img src="https://img.shields.io/badge/python-3.8--3.11-blue">
13+
<img src="https://img.shields.io/badge/python-3.9--3.11-blue">
1414
<a href="https://doi.org/10.21105/joss.03192"><img src="https://joss.theoj.org/papers/10.21105/joss.03192/status.svg"></a>
1515
<a href="https://github.com/csinva/imodels/actions"><img src="https://github.com/csinva/imodels/workflows/tests/badge.svg"></a>
1616
<!--img src="https://img.shields.io/github/checks-status/csinva/imodels/master"-->

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
'pmlb',
5757
]
5858
},
59-
python_requires='>=3.6',
59+
python_requires='>=3.9.0',
6060
classifiers=[
6161
"Programming Language :: Python :: 3",
6262
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)