From 1f00f4de644e997ee0f0a9700ddf7bf1111c9e76 Mon Sep 17 00:00:00 2001 From: Alex Rothberg Date: Wed, 22 Mar 2023 15:47:22 -0400 Subject: [PATCH] Build wheels for Python 3.10 --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 54ea930..af6dde4 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -14,7 +14,7 @@ jobs: matrix: #os: [Windows, macOS] os: [macOS] - python_version: ["3.7", "3.8", "3.9"] + python_version: ["3.7", "3.8", "3.9", "3.10"] steps: - name: Get latest Cmake and ninja (All-Systems)