2323 - name : Typecheck package
2424 run : mypy src
2525
26- - name : Set up Python 3.7
27- uses : actions/setup-python@v5
28- with :
29- python-version : 3.7
30-
31- - name : Build package 3.7
32- run : |
33- pip install build wheel
34- python -m build
35- shell : bash
36-
3726 - name : Set up Python 3.8
3827 uses : actions/setup-python@v5
3928 with :
9382 uses : actions/setup-python@v5
9483 with :
9584 python-version : " 3.13"
96- allow-prereleases : true
9785
9886 - name : Build package 3.13
9987 run : |
@@ -114,7 +102,7 @@ jobs:
114102 strategy :
115103 fail-fast : false
116104 matrix :
117- python-version : [3.7, 3. 8, 3.9, "3.10", "3.11", "3.12", "3.13"]
105+ python-version : [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
118106
119107 steps :
120108 - uses : actions/checkout@v4
@@ -159,14 +147,14 @@ jobs:
159147 cc : gcc-10
160148 cxx : g++-10
161149 platform : ubuntu-22.04
162- python : 3.7
150+ python : 3.8
163151 deps : release
164152 flavour : linux
165153 - compiler : clang-old
166154 cc : clang-13
167155 cxx : clang++-13
168156 platform : ubuntu-22.04
169- python : 3.7
157+ python : 3.8
170158 deps : release
171159 flavour : linux
172160 - compiler : gcc
@@ -268,19 +256,6 @@ jobs:
268256 run : vcpkg install bzip2:x64-windows expat:x64-windows zlib:x64-windows boost-variant:x64-windows boost-iterator:x64-windows lz4:x86-windows
269257 shell : bash
270258
271- - name : Set up Python 3.7
272- uses : actions/setup-python@v5
273- with :
274- python-version : 3.7
275-
276- - name : Build package 3.7
277- run : |
278- pip install build wheel
279- python -m build
280- shell : bash
281- env :
282- CMAKE_TOOLCHAIN_FILE : C:/vcpkg/scripts/buildsystems/vcpkg.cmake
283-
284259 - name : Set up Python 3.8
285260 uses : actions/setup-python@v5
286261 with :
@@ -350,7 +325,6 @@ jobs:
350325 uses : actions/setup-python@v5
351326 with :
352327 python-version : " 3.13"
353- allow-prereleases : true
354328
355329 - name : Build package 3.13
356330 run : |
@@ -373,7 +347,7 @@ jobs:
373347 strategy :
374348 fail-fast : false
375349 matrix :
376- python-version : ["3.7", "3. 8", "3.9", "3.10", "3.11", "3.12", "3.13"]
350+ python-version : ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
377351
378352 env :
379353 PYTEST_ADDOPTS : ${{ matrix.test-args }}
0 commit comments