Skip to content

Commit

Permalink
Add more recent Python versions to test matrix (renalreg#15)
Browse files Browse the repository at this point in the history
* Add more recent Python versions to test matrix

* Pin CI to ubuntu-20.04
  • Loading branch information
jtc42 authored Feb 22, 2024
1 parent 7ed7d8c commit 12e668e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9"]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

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

Expand Down

0 comments on commit 12e668e

Please sign in to comment.