Skip to content

Commit

Permalink
Merge pull request #113 from cvxgrp/tschm-patch-2
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
tschm authored Jun 25, 2024
2 parents 3bb218a + ecfba44 commit efb9b02
Showing 1 changed file with 4 additions and 1 deletion.
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

0 comments on commit efb9b02

Please sign in to comment.