Skip to content

Commit

Permalink
py313 to false
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodi-hqs committed Dec 9, 2024
1 parent 7366e90 commit a361051
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/hqs-build-deploy-rust-pyo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
deploy: true
# Whether to build for aarch64. Can fail if there are C/C++ dependencies
build_for_arm: true
python_3_13: false
secrets: inherit

# Build macos wheels and upload them to PyPi
Expand All @@ -43,6 +44,7 @@ jobs:
with:
py_interface_folder: "qoqo_aqt"
deploy: true
python_3_13: false
secrets: inherit

# Build windows wheels and upload them to PyPi
Expand All @@ -53,4 +55,5 @@ jobs:
with:
py_interface_folder: "qoqo_aqt"
deploy: true
python_3_13: false
secrets: inherit
4 changes: 3 additions & 1 deletion .github/workflows/hqs-ci-test-rust-pyo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
macos: true
rust_package_name: "roqoqo-aqt"
test_code_coverage: false
python_3_13: false

build_tests:
uses: HQSquantumsimulations/reusable_workflows/.github/workflows/reusable_build_tests_rust_pyo3.yml@main
Expand All @@ -27,4 +28,5 @@ jobs:
# Run tests also on macos runners
macos: true
py_interface_folder: "qoqo_aqt"
has_python_tests: true
has_python_tests: true
python_3_13: false

0 comments on commit a361051

Please sign in to comment.