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"