Skip to content

Commit

Permalink
Couldn't figure out how to add 3.12 while it's an 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 d96e31b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
test:
name: "Python ${{ matrix.python-version }}"
runs-on: sfdc-ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.11", "3.12"]
strategy: # when github action adds 3.12, you can add it here.
matrix: # https://github.com/actions/python-versions/releases
python-version: ["3.8", "3.9", "3.11"]
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.11"]
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.11"]
steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v1"
Expand Down

0 comments on commit d96e31b

Please sign in to comment.