Skip to content

Commit

Permalink
Update setup-python, add recent python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Jun 19, 2024
1 parent d5d1f1c commit 7a1fe28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
build: [linux, macos]
include:
- build: linux
Expand All @@ -59,9 +60,9 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: ${{ matrix.python-version }}

- name: Bootstrap poetry
shell: bash
Expand Down

0 comments on commit 7a1fe28

Please sign in to comment.