3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : " Checkout Repository"
35- uses : actions/checkout@v5
35+ uses : actions/checkout@v6
3636 - name : " Setup Python"
3737 uses : actions/setup-python@v6
3838 with :
5252 runs-on : ubuntu-latest
5353 steps :
5454 - name : " Checkout Repository"
55- uses : actions/checkout@v5
55+ uses : actions/checkout@v6
5656 - name : " Setup Python"
5757 uses : actions/setup-python@v6
5858 with :
7070 runs-on : ubuntu-latest
7171 steps :
7272 - name : " Checkout Repository"
73- uses : actions/checkout@v5
73+ uses : actions/checkout@v6
7474 - name : " Setup Python"
7575 uses : actions/setup-python@v6
7676 with :
9494 runs-on : ubuntu-latest
9595 steps :
9696 - name : " Checkout Repository"
97- uses : actions/checkout@v5
97+ uses : actions/checkout@v6
9898 - name : " Setup Python"
9999 uses : actions/setup-python@v6
100100 with :
@@ -120,18 +120,14 @@ jobs:
120120 strategy :
121121 matrix :
122122 os : [ubuntu-latest, macos-latest, windows-latest]
123- python-version : ["3.9", "3.10", "3.11", "3.12", "3.13"]
124- exclude :
125- - { python-version: "3.9", os: "macos-latest" }
126- include :
127- - { python-version: "3.9", os: "macos-13" }
123+ python-version : ["3.10", "3.11", "3.12", "3.13"]
128124 runs-on : ${{ matrix.os }}
129125 env :
130126 OS : ${{ matrix.os }}
131127 PYTHON : ${{ matrix.python-version }}
132128 steps :
133129 - name : " Checkout Repository"
134- uses : actions/checkout@v5
130+ uses : actions/checkout@v6
135131 - name : " Setup Python"
136132 uses : actions/setup-python@v6
137133 with :
0 commit comments