Skip to content

Commit

Permalink
bump setup python to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvcc committed May 28, 2023
1 parent 955b1ff commit a07aa9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# TODO: Add cli to parse to json
# TODO: Possibly bundle as deb/rpm/exe
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12.0-alpha.7" ]
python-version: [ "3.8", "3.9", "3.10", "3.11"]

runs-on: ${{ matrix.os }}

Expand All @@ -31,7 +31,7 @@ jobs:

- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
id: setup-python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache-dependency-path: pyproject.toml
Expand Down

0 comments on commit a07aa9c

Please sign in to comment.