Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Python 3.13 #836

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Add note for tutorial tests
  • Loading branch information
edoaltamura committed Oct 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit f027915dc8d387327d89106c08357c9e9baa605e
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -229,6 +229,7 @@ jobs:
with:
name: tutorials${{ matrix.python-version }}
path: docs/_build/html/artifacts/tutorials.tar.gz
# UNCOMMENT AFTER THE 0.8 RELEASE ON PIPY
# - name: Run stable tutorials
# env:
# QISKIT_PARALLEL: False
Loading