@@ -13,28 +13,28 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Check out repo
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v4
17
17
- name : Set up Python
18
- uses : actions/setup-python@v2
18
+ uses : actions/setup-python@v5
19
19
- name : Run pre-commit
20
- uses : pre-commit/action@v2 .0.3
20
+ uses : pre-commit/action@v3 .0.1
21
21
22
22
build :
23
23
runs-on : ${{ matrix.os }}
24
24
strategy :
25
25
matrix :
26
- os : [ubuntu-latest, windows-latest, macOS -latest]
27
- python-version : ["3.7 ", "3.8 ", "3.9 ", "3.10 "]
26
+ os : [ubuntu-latest, macos -latest]
27
+ python-version : ["3.8 ", "3.9 ", "3.10 ", "3.11 "]
28
28
steps :
29
- - uses : actions/setup-python@v2
29
+ - uses : actions/setup-python@v5
30
30
with :
31
31
python-version : ${{ matrix.python-version }}
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v4
33
33
# - name: Install system dependencies
34
34
# run: sudo apt-get install -y texlive-latex-base texlive-latex-extra context python3-tk
35
35
- name : Test with tox
36
36
run : |
37
37
pip install tox
38
38
tox -- --cov tikzplotlib --cov-report xml --cov-report term
39
- - uses : codecov/codecov-action@v1
40
- if : ${{ matrix.python-version == '3.10 ' && matrix.os == 'ubuntu-latest' }}
39
+ - uses : codecov/codecov-action@v4
40
+ if : ${{ matrix.python-version == '3.11 ' && matrix.os == 'ubuntu-latest' }}
0 commit comments