Skip to content

Commit

Permalink
upgraded the python version requirements to 3.10 (required by catalys…
Browse files Browse the repository at this point in the history
…t 0.10.0)
  • Loading branch information
positr0nium committed Feb 26, 2025
1 parent a8268c2 commit 653fba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qrisp_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
python-version: ["3.9.16"]
python-version: ["3.10.*"]

steps:
- uses: actions/checkout@v3
Expand All @@ -22,7 +22,7 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
pip install -e ./
pip install pennylane-catalyst==0.10.*
pip install --upgrade pennylane-catalyst
pip install qiskit-aer
pip install jax==0.4.28
pip install jaxlib==0.4.28
Expand Down

0 comments on commit 653fba7

Please sign in to comment.