Skip to content

Commit

Permalink
mat + 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodi-hqs committed Jul 4, 2024
1 parent a719b11 commit 2c5833f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
default: true
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.9'
- name: linux wheels
uses: PyO3/maturin-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion qoqo_qasm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docs = [
]

[build-system]
requires = ["maturin>=0.14,<0.15"]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[tool.maturin]
Expand Down

0 comments on commit 2c5833f

Please sign in to comment.