Skip to content

Commit

Permalink
Update for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bennybp committed Mar 20, 2024
1 parent ec8ca6a commit f7a807c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
encoding: ["application/json", "application/msgpack"]

steps:
Expand All @@ -47,7 +47,7 @@ jobs:
shell: bash -l {0}
run: |
pip install -e ./qcportal -e ./qcfractalcompute -e ./qcfractal[services,geoip,snowflake] -e ./qcarchivetesting
pip install scipy "geometric @ git+https://github.com/leeping/geomeTRIC"
pip install "geometric @ git+https://github.com/leeping/geomeTRIC"
- name: Run tests
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full_tests_snowflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down
1 change: 0 additions & 1 deletion qcarchivetesting/conda-envs/fulltest_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ dependencies:

- pip:
- "geometric @ git+https://github.com/leeping/geomeTRIC"
- scipy # for geometric
1 change: 0 additions & 1 deletion qcarchivetesting/conda-envs/fulltest_snowflake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@ dependencies:

- pip:
- "geometric @ git+https://github.com/leeping/geomeTRIC"
- scipy # for geometric
1 change: 0 additions & 1 deletion qcarchivetesting/conda-envs/fulltest_worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ dependencies:

# Geometric service
- pip:
- scipy
- "geometric @ git+https://github.com/leeping/geomeTRIC"

0 comments on commit f7a807c

Please sign in to comment.