Skip to content

Commit d503f95

Browse files
committedSep 30, 2024
Build for python 3.13t (free threaded) too.
1 parent cb23bff commit d503f95

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.github/workflows/build_packages.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,14 @@ jobs:
5858
platform: linux-x86_64
5959
package: shortfin
6060
python-version: cp313-cp313
61+
- runs-on: ubuntu-24.04
62+
platform: linux-x86_64
63+
package: shortfin
64+
python-version: cp313-cp313t
6165

6266
# TODO(#130): macOS platform
6367
# TODO(#130): Windows platform
6468
# TODO(#130): sharktank packages
65-
# TODO(#130): free-threaded python
6669

6770
steps:
6871
- name: Checkout repository

0 commit comments

Comments
 (0)
Please sign in to comment.