From 53f276ea5cbcd9abb5dc940cbee15adf5f7abef3 Mon Sep 17 00:00:00 2001 From: Yan Gao Date: Fri, 5 Apr 2024 17:38:16 -0400 Subject: [PATCH] update ci --- .github/workflows/wheels.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 1ceec11..17518b8 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -28,7 +28,8 @@ jobs: - [macos-latest, macosx_x86_64, x86_64] # skip these for now, need more work - [macos-latest, macosx_arm64, arm64] - python: ["cp38", "cp39", "cp310", "cp311", "cp312"] + # python: ["cp38", "cp39", "cp310", "cp311", "cp312"] + python: ["cp312", "cp313"] steps: - uses: actions/checkout@v3