Skip to content

Commit

Permalink
removed 3.8 python
Browse files Browse the repository at this point in the history
  • Loading branch information
daehiff committed Aug 2, 2023
1 parent 7a6be79 commit 1c22db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.8, 3.9, "3.10" ]
python-version: [ 3.9, "3.10" ]
outputs:
error-check: ${{ steps.error-check.conclusion }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
networkx==2.6.2
numpy>=1.21.0
pytket>=1.11
pytket==1.11.0
pytket-qiskit==0.34.0
qiskit==0.39.0

0 comments on commit 1c22db3

Please sign in to comment.