File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -52,23 +52,17 @@ jobs:
5252 strategy :
5353 fail-fast : false
5454 matrix :
55- python-version : ["3.7 ", "pypy-3.9", "3.12 ", "3.13"]
55+ python-version : ["3.8 ", "pypy-3.9", "3.13"]
5656 runs-on : [ubuntu-latest, macos-13]
5757 cmake-version : ["3.15.x"]
5858
5959 include :
60- - python-version : " 3.7"
61- runs-on : windows-2022
62- cmake-version : " 3.21.x"
6360 - python-version : " pypy-3.8"
6461 runs-on : windows-2022
6562 cmake-version : " 3.21.x"
6663 - python-version : " 3.11"
6764 runs-on : windows-2022
6865 cmake-version : " 3.26.x"
69- - python-version : " pypy-3.7"
70- runs-on : ubuntu-latest
71- cmake-version : " 3.15.x"
7266 - python-version : " pypy-3.10"
7367 runs-on : ubuntu-latest
7468 cmake-version : " 3.15.x"
9993 - python-version : " 3.13"
10094 runs-on : windows-latest
10195 cmake-version : " 3.26.x"
102- - python-version : " 3.7 "
96+ - python-version : " 3.8 "
10397 runs-on : ubuntu-22.04
10498 cmake-version : " 3.15.x"
10599 exclude :
You can’t perform that action at this time.
0 commit comments