Skip to content

Commit 3bf5d97

Browse files
Ware, Joseph (DLSLtd,RAL,LSCI)mdavidsaver
authored andcommitted
ci: Add Python 3.13 build
1 parent 2309be3 commit 3bf5d97

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/build.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ jobs:
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:

0 commit comments

Comments
 (0)