Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
pyscf does not yet work on python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed Apr 24, 2022
1 parent 44f5195 commit badf920
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest]
python-version: [3.7, '3.10']
python-version: [3.7, 3.9]
include:
- os: macos-latest
python-version: 3.7
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 2.1
envlist = py36, py37, py38, py39, py310
envlist = py36, py37, py38, py39

[testenv]
skip_install = true
Expand All @@ -10,7 +10,7 @@ setenv =
deps =
treon
qiskit[all]
qiskit-optimization[cplex]
qiskit-nature[pyscf]
cplex
pyscf
commands =
treon . --threads 2

0 comments on commit badf920

Please sign in to comment.