39
39
strategy :
40
40
matrix :
41
41
include :
42
- - platform : windows-latest
43
- python-version : " 3.7"
44
42
- platform : windows-latest
45
43
python-version : " 3.8"
46
44
- platform : windows-latest
49
47
python-version : " 3.10"
50
48
- platform : windows-latest
51
49
python-version : " 3.11"
52
- - platform : macos-13
53
- python-version : " 3.7 "
50
+ - platform : windows-latest
51
+ python-version : " 3.12 "
54
52
- platform : macos-13
55
53
python-version : " 3.8"
56
54
- platform : macos-13
@@ -59,13 +57,14 @@ jobs:
59
57
python-version : " 3.10"
60
58
- platform : macos-13
61
59
python-version : " 3.11"
60
+ - platform : macos-13
61
+ python-version : " 3.12"
62
62
- platform : macos-14
63
63
python-version : " 3.10"
64
64
- platform : macos-14
65
65
python-version : " 3.11"
66
- - manylinux : " manylinux2010_x86_64"
67
- platform : ubuntu-latest
68
- python-version : " 3.7"
66
+ - platform : macos-14
67
+ python-version : " 3.12"
69
68
- manylinux : " manylinux2010_x86_64"
70
69
platform : ubuntu-latest
71
70
python-version : " 3.8"
75
74
- manylinux : " manylinux2010_x86_64"
76
75
platform : ubuntu-latest
77
76
python-version : " 3.10"
78
- - manylinux : " manylinux_2_24_x86_64"
79
- platform : ubuntu-latest
80
- python-version : " 3.7"
81
77
- manylinux : " manylinux_2_24_x86_64"
82
78
platform : ubuntu-latest
83
79
python-version : " 3.8"
@@ -129,7 +125,7 @@ jobs:
129
125
130
126
with :
131
127
python-version : ${{ matrix.python-version }}
132
- - run : python -m pip install --upgrade pip==22.1.2
128
+ - run : python -m pip install --upgrade pip==24.3.1
133
129
134
130
- run : python -m pip install $PIP_INSTALL_OPTS "build<1.1" wheel
135
131
- run : cmake --version
@@ -197,8 +193,7 @@ jobs:
197
193
python -m pytest --durations=10 -v -s -We -p no:unraisableexception .
198
194
cd ..
199
195
200
- - if : matrix.python-version != '3.7'
201
- run : |
196
+ - run : |
202
197
python -m pip install $PIP_INSTALL_OPTS -r gitmodules/devops_tests/requirements.txt
203
198
ex -sc 'g/^PyPartMC/d' -cx .binder/requirements.txt
204
199
python -m pip install $PIP_INSTALL_OPTS -r .binder/requirements.txt
0 commit comments