Skip to content

Commit ddc084b

Browse files
Kevin Newtonfacebook-github-bot
Kevin Newton
authored andcommitted
ft_utils build against 3.12 on macOS and Windows 64
Summary: Build and document against CPython 3.12 on macOS and Windows 64. Reviewed By: SonicField Differential Revision: D68497091 fbshipit-source-id: 7fb974bc7915aef3e9a976456dc5f28e0b4d0fd9
1 parent 5e8d792 commit ddc084b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/build.yml

+8
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,21 @@ jobs:
3434
os: ubuntu-latest
3535
CIBW_BUILD: "cp313t-*"
3636
CIBW_ENABLE: "cpython-freethreading"
37+
38+
- wheel: "windows-3.12"
39+
os: windows-latest
40+
CIBW_BUILD: "cp312-win_amd64"
3741
- wheel: "windows-3.13"
3842
os: windows-latest
3943
CIBW_BUILD: "cp313-win_amd64"
4044
- wheel: "windows-3.13t"
4145
os: windows-latest
4246
CIBW_BUILD: "cp313t-win_amd64"
4347
CIBW_ENABLE: "cpython-freethreading"
48+
49+
- wheel: "macos-3.12"
50+
os: macos-latest
51+
CIBW_BUILD: "cp312-*"
4452
- wheel: "macos-3.13"
4553
os: macos-latest
4654
CIBW_BUILD: "cp313-*"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ft_utils is built and tested against the following configurations:
3333

3434
| | manylinux: glibc 2.17+ x86-64 | manylinux: glibc 2.17+ i686 | musllinux: musl 1.2+ x86-64 | musllinux: musl 1.2+ i686 | Windows x86-64 | macOS 11.0+ ARM64 | manylinux: glibc 2.34+ x86-64 |
3535
| ------------- | ----------------------------- | --------------------------- | --------------------------- | ------------------------- | -------------- | ----------------- | ----------------------------- |
36-
| CPython 3.12 ||||| | | |
36+
| CPython 3.12 ||||| | | |
3737
| CPython 3.13 ||||||| |
3838
| CPython 3.13t ||||||| |
3939
| CPython 3.14 | | | | | | ||

0 commit comments

Comments
 (0)