Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge main #116

Merged
merged 15 commits into from
Jun 25, 2024
4 changes: 1 addition & 3 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: cvxgrp/.github/actions/test@main
with:
python-version: '3.10'
- uses: cvxgrp/.github/actions/coverage@main

- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
matrix:
# mosek is not yet ready for '3.11'
os: [ ubuntu-latest, windows-latest, macos-latest ]
python-version: ['3.9', '3.10', '3.11' ]
python-version: ['3.9', '3.10', '3.11', '3.12' ]
exclude:
- os: windows-latest
python-version: '3.12'

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
Loading
Loading