From cd07ec6543b90ae6c2a3b957ab32897a44e9c083 Mon Sep 17 00:00:00 2001 From: Paul Prescod Date: Fri, 12 May 2023 09:09:50 -0700 Subject: [PATCH] 3.12-alpha --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b21ad49..bb0987ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: sfdc-ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.11", "3.12-dev"] steps: - uses: "actions/checkout@v2" - uses: "actions/setup-python@v1" @@ -97,7 +97,7 @@ jobs: runs-on: sfdc-ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.12"] + python-version: ["3.8", "3.12-dev"] steps: - uses: "actions/checkout@v2" - uses: "actions/setup-python@v1" @@ -122,7 +122,7 @@ jobs: runs-on: sfdc-windows-latest strategy: matrix: - python-version: ["3.8", "3.12"] + python-version: ["3.8", "3.12-dev"] steps: - uses: "actions/checkout@v2" - uses: "actions/setup-python@v1"