Skip to content

Commit

Permalink
ci: Update Python versions to range 3.8 .. 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mhthies committed Nov 20, 2023
1 parent e9cfa07 commit 4c2c1b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.9", "3.11"]
python-version: ["3.8", "3.10", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -50,10 +50,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.11
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: "3.11"
python-version: "3.12"
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -71,10 +71,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.11
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: "3.11"
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 4c2c1b9

Please sign in to comment.