From 39a5a5c84894d0bec67c5d47d5035864c5033194 Mon Sep 17 00:00:00 2001 From: Zhen Lu Date: Fri, 22 Sep 2023 15:01:10 -0700 Subject: [PATCH] Update publish_python.yml for python 11 --- .github/workflows/publish_python.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish_python.yml b/.github/workflows/publish_python.yml index e9bedca..ac582fd 100644 --- a/.github/workflows/publish_python.yml +++ b/.github/workflows/publish_python.yml @@ -15,10 +15,11 @@ jobs: PYBIN: "/opt/python/${{ matrix.python }}/bin" strategy: matrix: - python: # Update this list whenever the docker image is updated (check /opt/python/) + python: - cp38-cp38 - cp39-cp39 - cp310-cp310 + - cp311-cp311 steps: - name: Checkout uses: actions/checkout@v3 @@ -51,6 +52,7 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11" steps: - name: Checkout uses: actions/checkout@v3 @@ -84,6 +86,7 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11" steps: - name: Checkout uses: actions/checkout@v3 @@ -117,6 +120,7 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11" steps: - name: "Checkout" uses: actions/checkout@v3