Skip to content

Commit

Permalink
support 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Sep 20, 2023
1 parent 5575027 commit 4936273
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 42 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.8', '3.9', '3.10' ]
python-version: ['3.9', '3.10', '3.11' ]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
84 changes: 44 additions & 40 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.8,<3.11"
python = ">=3.9,<3.12"
fire = "*"
cvxbson = "*"
requests = "*"
Expand Down

0 comments on commit 4936273

Please sign in to comment.