88 build :
99 runs-on : ubuntu-latest
1010 strategy :
11+ fail-fast : false
1112 matrix :
12- python-version : [3.7, 3.8, 3.9 , "3.10", "3.11", "3.12"]
13+ python-version : ["3.9" , "3.10", "3.11", "3.12", "3.13 "]
1314
1415 steps :
15- - uses : actions/checkout@v1
16+ - uses : actions/checkout@v4
1617 - name : Set up Python ${{ matrix.python-version }}
17- uses : actions/setup-python@v2
18+ uses : actions/setup-python@v5
1819 with :
1920 python-version : ${{ matrix.python-version }}
2021 - name : Install dependencies
@@ -35,14 +36,14 @@ jobs:
3536
3637 strategy :
3738 matrix :
38- python-version : ["3.10 "]
39+ python-version : ["3.13 "]
3940
4041 steps :
41- - uses : actions/checkout@v1
42+ - uses : actions/checkout@v4
4243 - name : Set up Python ${{ matrix.python-version }}
43- uses : actions/setup-python@v2
44+ uses : actions/setup-python@v5
4445 with :
45- python-version : ${{ matrix.python-version }}
46+ python-version : ${{ matrix.python-version }}
4647 - name : Install dependencies
4748 run : |
4849 python -m pip install --upgrade pip
@@ -66,12 +67,12 @@ jobs:
6667
6768 strategy :
6869 matrix :
69- python-version : ["3.10 "]
70+ python-version : ["3.13 "]
7071
7172 steps :
72- - uses : actions/checkout@v1
73+ - uses : actions/checkout@v4
7374 - name : Set up Python ${{ matrix.python-version }}
74- uses : actions/setup-python@v2
75+ uses : actions/setup-python@v5
7576 with :
7677 python-version : ${{ matrix.python-version }}
7778 - name : Install dependencies
0 commit comments