Skip to content

Commit

Permalink
Update Python versions in GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Feb 14, 2024
1 parent 6e8cdba commit 1615baa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: "Checkout sources"
uses: actions/checkout@v3

- name: "Set up Python 3.8"
- name: "Set up Python 3.9"
uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.9"

- name: "Install dependencies"
run: |
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- name: "Checkout sources"
Expand Down

0 comments on commit 1615baa

Please sign in to comment.