From fa0ee86a3ee41871400ca39257b13cd47a8d6269 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Fri, 28 Oct 2022 11:37:34 -0700 Subject: [PATCH] ci: add python3.11 to build matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1f7662..e16b0b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: strategy: matrix: # aarch64 uses qemu so it's slow, build each py version in parallel jobs - python: [37, 38, 39, 310] + python: [37, 38, 39, 310, 311] arch: [aarch64] env: CIBW_BUILD: cp${{ matrix.python }}-*