File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,16 @@ jobs:
1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- python-version : ["3.10", "3.11"]
14+ python-version : ["3.10", "3.11", "3.12" ]
1515
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - name : Set up Python
19- uses : actions/setup-python@v3
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : ${{ matrix.python-version }}
22+ - name : Update pip and setuptools
23+ run : pip install --upgrade pip setuptools
2224 - name : Run doctests
2325 run : |
2426 pip install -e .[test]
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 name : Build source distribution
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 with :
1717 fetch-depth : 0
18- - uses : actions/setup-python@v4
18+ - uses : actions/setup-python@v5
1919 with :
2020 python-version : 3.11
2121 - name : Build the sdist and the wheel
6060 user : __token__
6161 password : ${{ secrets.TEST_PYPI_API_TOKEN }}
6262 repository_url : https://test.pypi.org/legacy/
63- - uses : actions/setup-python@v4
63+ - uses : actions/setup-python@v5
6464 with :
6565 python-version : 3.11
6666 - name : Test pip install from test.pypi
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies = [
3131 " graphviz" ,
3232 " ipython!=8.7.0" ,
3333 " matplotlib>=3.5.3" ,
34- " numpy<1.26.0 " ,
34+ " numpy" ,
3535 " pandas" ,
3636 " patsy" ,
3737 " pymc>=5.14.0" ,
You can’t perform that action at this time.
0 commit comments