File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 7171 pyver : cp312-cp312
7272 piparch : manylinux2014_x86_64
7373
74+ - name : linux 3.13 amd64
75+ os : ubuntu-latest
76+ pyver : cp313-cp313
77+ piparch : manylinux2014_x86_64
78+
7479 # Linux py builds x64
7580 - name : linux 2.7 i686
7681 os : ubuntu-latest
@@ -152,6 +157,11 @@ jobs:
152157 python : " 3.12"
153158 piparch : macosx_11_0_arm64
154159
160+ - name : osx 3.13 arm64
161+ os : macos-latest
162+ python : " 3.13"
163+ piparch : macosx_11_0_arm64
164+
155165 # Windows py builds
156166
157167 # # missing Microsoft Visual C++ 9.0
@@ -199,6 +209,11 @@ jobs:
199209 python : " 3.12"
200210 piparch : win_amd64
201211
212+ - name : win64 3.13
213+ os : windows-latest
214+ python : " 3.13"
215+ piparch : win_amd64
216+
202217 steps :
203218 - uses : actions/checkout@v4
204219 with :
You can’t perform that action at this time.
0 commit comments