Skip to content

Commit

Permalink
More Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Oct 16, 2023
1 parent 0643c78 commit 5754da1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ env:
jobs:
python3:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]

steps:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Check out
uses: actions/checkout@v2
- name: Install prerequisites
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ env:
jobs:
python3:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]

steps:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Check out
uses: actions/checkout@v2
- name: Install prerequisites
Expand Down

0 comments on commit 5754da1

Please sign in to comment.