@@ -10,16 +10,16 @@ jobs:
1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- python-version : ['3.8 ', '3.9', '3.10']
13+ python-version : ['3.9 ', '3.9', '3.10', '3.11', '3.12', '3.13 ']
1414 steps :
15- - uses : actions/checkout@v2
16- - uses : actions/cache@v2
15+ - uses : actions/checkout@v4
16+ - uses : actions/cache@v4
1717 with :
1818 path : |
1919 ~/.cache/pre-commit
2020 ~/.cache/pip
2121 key : ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
22- - uses : actions/setup-python@v2
22+ - uses : actions/setup-python@v5
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525 - name : Install pre-commit
@@ -31,10 +31,10 @@ jobs:
3131 runs-on : ubuntu-latest
3232 strategy :
3333 matrix :
34- python-version : ['3.8 ', '3.9', '3.10']
34+ python-version : ['3.9 ', '3.9', '3.10', '3.11', '3.12', '3.13 ']
3535 steps :
36- - uses : actions/checkout@v2
37- - uses : actions/setup-python@v2
36+ - uses : actions/checkout@v4
37+ - uses : actions/setup-python@v5
3838 with :
3939 python-version : ${{ matrix.python-version }}
4040 - name : Install dependencies
0 commit comments