@@ -15,10 +15,10 @@ jobs:
1515
1616 steps :
1717 - uses : actions/checkout@v3
18- - name : Set up Python 3.8
18+ - name : Set up Python 3.9
1919 uses : actions/setup-python@v4
2020 with :
21- python-version : " 3.8 "
21+ python-version : " 3.9 "
2222 - uses : pre-commit/action@v3.0.0
2323
2424 tests :
@@ -27,10 +27,10 @@ jobs:
2727 fail-fast : false
2828 matrix :
2929 os : [ubuntu-latest]
30- python-version : ["3.7 ", "3.8 ", "3.9 ", "3.10 "]
30+ python-version : ["3.8 ", "3.9 ", "3.10 ", "3.11 "]
3131 include :
3232 - os : windows-latest
33- python-version : " 3.8 "
33+ python-version : " 3.9 "
3434
3535 runs-on : ${{ matrix.os }}
3636
5151 # for some reason the tests/conftest.py::check_nbs fixture breaks pytest-cov's cov-report outputting
5252 # this is why we run `coverage xml` afterwards (required by codecov)
5353 - name : Upload to Codecov
54- if : github.repository == 'executablebooks/jupyter-cache' && matrix.python-version == '3.9'
54+ if : github.repository == 'executablebooks/jupyter-cache' && matrix.python-version == '3.9' && matrix.os == 'ubuntu-latest'
5555 uses : codecov/codecov-action@v3
5656 with :
5757 name : jupyter-cache-pytests-py3.7
@@ -68,10 +68,10 @@ jobs:
6868 steps :
6969 - name : Checkout source
7070 uses : actions/checkout@v3
71- - name : Set up Python 3.8
71+ - name : Set up Python 3.9
7272 uses : actions/setup-python@v4
7373 with :
74- python-version : " 3.8 "
74+ python-version : " 3.9 "
7575 - name : install flit
7676 run : |
7777 pip install flit~=3.4
0 commit comments