File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
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]
15
15
16
16
steps :
17
17
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 10
10
</p >
11
11
<p align =" center " >
12
12
<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 " >
14
14
<a href =" https://doi.org/10.21105/joss.03192 " ><img src =" https://joss.theoj.org/papers/10.21105/joss.03192/status.svg " ></a >
15
15
<a href =" https://github.com/csinva/imodels/actions " ><img src =" https://github.com/csinva/imodels/workflows/tests/badge.svg " ></a >
16
16
<!-- img src="https://img.shields.io/github/checks-status/csinva/imodels/master"-->
Original file line number Diff line number Diff line change 56
56
'pmlb' ,
57
57
]
58
58
},
59
- python_requires = '>=3.6 ' ,
59
+ python_requires = '>=3.9.0 ' ,
60
60
classifiers = [
61
61
"Programming Language :: Python :: 3" ,
62
62
"License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments