Skip to content

Commit

Permalink
3.12-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Prescod committed May 12, 2023
1 parent e7dfc48 commit cd07ec6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit cd07ec6

Please sign in to comment.