1717 strategy :
1818 matrix :
1919 os : [macos-13, macos-14, macos-15]
20- python : [3.9, "3.10", 3.11, 3.12, 3.13]
20+ python : ["3.10", 3.11, 3.12, 3.13]
2121 steps :
2222 - name : Checkout
2323 uses : actions/checkout@v4.2.2
7070 runs-on : windows-latest
7171 strategy :
7272 matrix :
73- python : [3.9, "3.10", 3.11, 3.12, 3.13]
73+ python : ["3.10", 3.11, 3.12, 3.13]
7474 arch : [x64]
7575 steps :
7676 - name : Checkout
@@ -123,10 +123,10 @@ jobs:
123123 uses : actions/checkout@v4.2.2
124124 with :
125125 submodules : true
126- - name : Set up Python 3.9
126+ - name : Set up Python 3.10
127127 uses : actions/setup-python@v5.4.0
128128 with :
129- python-version : 3.9
129+ python-version : " 3.10 "
130130 - name : Build sdist
131131 shell : bash
132132 run : |
@@ -155,7 +155,7 @@ jobs:
155155 strategy :
156156 matrix :
157157 os : [macos-13, macos-14, macos-15]
158- python : [3.9, "3.10", 3.11, 3.12, 3.13]
158+ python : ["3.10", 3.11, 3.12, 3.13]
159159 steps :
160160 - name : Download wheels
161161 uses : actions/download-artifact@v4.2.0
@@ -181,7 +181,7 @@ jobs:
181181 needs : ['manylinux']
182182 strategy :
183183 matrix :
184- python : [3.9, "3.10", 3.11, 3.12, 3.13]
184+ python : ["3.10", 3.11, 3.12, 3.13]
185185 steps :
186186 - name : Download wheels
187187 uses : actions/download-artifact@v4.2.0
@@ -209,7 +209,7 @@ jobs:
209209 needs : ['Windows']
210210 strategy :
211211 matrix :
212- python : [3.9, "3.10", 3.11, 3.12, 3.13]
212+ python : ["3.10", 3.11, 3.12, 3.13]
213213 steps :
214214 - name : Download wheels
215215 uses : actions/download-artifact@v4.2.0
0 commit comments