Skip to content

Commit

Permalink
ci: add a couple of Python versions always
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Sep 10, 2024
1 parent 29d0d17 commit a9c717a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
python-version: "3.12"
steps:
- uses: actions/checkout@v4
- name: Set up non-default Pythons
uses: actions/setup-python@v5
with:
python-version: |
3.9
3.10
update-environment: false
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit a9c717a

Please sign in to comment.