Skip to content

Commit

Permalink
Merge pull request #173 from QunaSys/python3.11
Browse files Browse the repository at this point in the history
Allow Python 3.11
  • Loading branch information
kwkbtr authored Jul 14, 2023
2 parents 267e9b3 + bb3824f commit a32300d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 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 @@ -25,7 +25,7 @@ enable = true
style = "pep440"

[tool.poetry.dependencies]
python = "^3.9.8,<3.11"
python = "^3.9.8,<3.12"
quri-parts-core = "*"
quri-parts-circuit = "*"
quri-parts-algo = "*"
Expand Down

1 comment on commit a32300d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.