1111 strategy :
1212 matrix :
1313 os : [macos-15-intel, macos-latest, windows-latest, ubuntu-latest]
14- python-version : [3.9, "3.10", 3.11, 3.12 ]
14+ python-version : [3.9, "3.10", 3.11]
1515 steps :
1616 - uses : actions/checkout@v5
1717 - name : Setup Python environment
3434 Docs :
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 - name : Setup Python environment
3939 uses : actions/setup-python@v6
4040 with :
@@ -59,11 +59,11 @@ jobs:
5959 strategy :
6060 matrix :
6161 os : [macos-15-intel, macos-latest, windows-latest, ubuntu-latest]
62- python-version : [3.9, "3.10", 3.11,pypy-3.8, pypy-3.10 ]
62+ python-version : [3.9, "3.10", 3.11, 3.12 ]
6363 steps :
64- - uses : actions/checkout@v3
64+ - uses : actions/checkout@v5
6565 - name : Setup Python environment
66- uses : actions/setup-python@v2.2.1
66+ uses : actions/setup-python@v6
6767 with :
6868 python-version : ${{ matrix.python-version }}
6969 - name : Install Requirements
0 commit comments