Skip to content

Commit

Permalink
Merge pull request #18 from cvxgrp/17-update-test-matrix
Browse files Browse the repository at this point in the history
17 update test matrix
  • Loading branch information
tschm committed Jan 10, 2024
2 parents a0b12f2 + cb454b0 commit 1ad163a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
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' ]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
5 changes: 3 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{include = "cvx"}]
homepage = "https://www.cvxgrp.org/cvxcli"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
python = ">=3.9"
fire = "*"
cvxbson = "*"
requests = "*"
Expand Down

0 comments on commit 1ad163a

Please sign in to comment.