5858 runs-on : ubuntu-latest
5959 strategy :
6060 matrix :
61- python-version : [3.7, 3.8, 3.9, "3.10"]
61+ python-version : [3.7, 3.8, 3.9, "3.10", "3.11", "3.12" ]
6262 steps :
6363 - name : Check out repository code
6464 uses : actions/checkout@v4
8383 runs-on : macos-latest
8484 strategy :
8585 matrix :
86- python-version : [3.8, 3.9, "3.10"]
86+ python-version : [3.8, 3.9, "3.10", "3.11", "3.12" ]
8787 steps :
8888 - name : Check out repository code
8989 uses : actions/checkout@v4
@@ -108,7 +108,7 @@ jobs:
108108 runs-on : windows-latest
109109 strategy :
110110 matrix :
111- python-version : [3.7, 3.8, 3.9, "3.10"]
111+ python-version : [3.7, 3.8, 3.9, "3.10", "3.11", "3.12" ]
112112 steps :
113113 - name : Check out repository code
114114 uses : actions/checkout@v4
@@ -154,7 +154,7 @@ jobs:
154154 run : rustup update
155155 - uses : actions/setup-python@v5
156156 with :
157- python-version : ' 3.10 '
157+ python-version : ' 3.12 '
158158 - name : Build wheels
159159 uses : PyO3/maturin-action@v1
160160 with :
@@ -184,7 +184,7 @@ jobs:
184184 run : rustup update
185185 - uses : actions/setup-python@v5
186186 with :
187- python-version : ' 3.10 '
187+ python-version : ' 3.12 '
188188 architecture : ${{ matrix.platform.target }}
189189 - name : Build wheels
190190 uses : PyO3/maturin-action@v1
@@ -214,7 +214,7 @@ jobs:
214214 run : rustup update
215215 - uses : actions/setup-python@v5
216216 with :
217- python-version : ' 3.10 '
217+ python-version : ' 3.12 '
218218 - name : Build wheels
219219 uses : PyO3/maturin-action@v1
220220 with :
0 commit comments