Skip to content

Commit

Permalink
CI test without 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliotoffolo committed Jan 19, 2024
1 parent 51d60bc commit a239107
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.8.15

- name: Upgrade pip
run: python -m pip install --upgrade pip
Expand All @@ -39,18 +39,14 @@ jobs:
strategy:
fail-fast: false
matrix:
# temporarily downgraded to 3.7.9 and 3.8.10 due to a bug https://github.com/actions/setup-python/issues/402
python-version: ["3.8.10", "3.9.13", "3.10.9", "3.11.1", "3.12.0", "pypy3.9-v7.3.9"]
python-version: ["3.8.15", "3.9.13", "3.10.9", "3.11.1", "pypy3.9-v7.3.9"]
os: [macos-11, macos-12, ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022]
exclude:
# temporarily exclude pypy3 on mac-os as there failing tests caused by bug on cbc side
- os: macos-11
python-version: "pypy3.9-v7.3.9"
- os: macos-12
python-version: "pypy3.9-v7.3.9"
# several version (3.7.9 and 3.8.10) at not available at ubuntu-22.04
- os: ubuntu-22.04
python-version: "3.8.10"

steps:

Expand Down

0 comments on commit a239107

Please sign in to comment.