From c666bb247ac2c42e13790a1f432e40327d0fd890 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Thu, 28 Mar 2024 13:10:37 -0400 Subject: [PATCH] feat: release python libraries for 3.11 and 3.12 --- .github/workflows/publish-python.yaml | 8 ++++++++ .github/workflows/test-python.yaml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.github/workflows/publish-python.yaml b/.github/workflows/publish-python.yaml index 40e24af..ff51cf2 100644 --- a/.github/workflows/publish-python.yaml +++ b/.github/workflows/publish-python.yaml @@ -24,6 +24,8 @@ jobs: - cp38-cp38 - cp39-cp39 - cp310-cp310 + - cp311-cp311 + - cp312-cp312 steps: - name: "Checkout" uses: actions/checkout@v3 @@ -59,6 +61,8 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11" + - "3.12" steps: - name: "Checkout" uses: actions/checkout@v3 @@ -96,6 +100,8 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11" + - "3.12" steps: - name: "Checkout" uses: actions/checkout@v3 @@ -132,6 +138,8 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11" + - "3.12" steps: - name: "Checkout" uses: actions/checkout@v3 diff --git a/.github/workflows/test-python.yaml b/.github/workflows/test-python.yaml index 0108e7a..0618e9d 100644 --- a/.github/workflows/test-python.yaml +++ b/.github/workflows/test-python.yaml @@ -33,6 +33,8 @@ jobs: - cp38-cp38 - cp39-cp39 - cp310-cp310 + - cp311-cp311 + - cp312-cp312 steps: - name: "Checkout" uses: actions/checkout@v3 @@ -74,6 +76,8 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11" + - "3.12" steps: - name: "Checkout" uses: actions/checkout@v3 @@ -117,6 +121,8 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11" + - "3.12" steps: - name: "Checkout" uses: actions/checkout@v3 @@ -158,6 +164,8 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11" + - "3.12" steps: - name: "Checkout" uses: actions/checkout@v3