From f7a807cbaa5f4b94275a1f356da909d7b9190c7f Mon Sep 17 00:00:00 2001 From: Benjamin Pritchard Date: Wed, 20 Mar 2024 11:58:54 -0400 Subject: [PATCH] Update for python 3.12 --- .github/workflows/core_tests.yml | 4 ++-- .github/workflows/full_tests.yml | 2 +- .github/workflows/full_tests_snowflake.yml | 2 +- qcarchivetesting/conda-envs/fulltest_server.yaml | 1 - qcarchivetesting/conda-envs/fulltest_snowflake.yaml | 1 - qcarchivetesting/conda-envs/fulltest_worker.yaml | 1 - 6 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/core_tests.yml b/.github/workflows/core_tests.yml index ceda1fe55..8add75503 100644 --- a/.github/workflows/core_tests.yml +++ b/.github/workflows/core_tests.yml @@ -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: @@ -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} diff --git a/.github/workflows/full_tests.yml b/.github/workflows/full_tests.yml index 3183474f6..76e3748dc 100644 --- a/.github/workflows/full_tests.yml +++ b/.github/workflows/full_tests.yml @@ -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 }} diff --git a/.github/workflows/full_tests_snowflake.yml b/.github/workflows/full_tests_snowflake.yml index 44e5a47e5..5f6cb6a0c 100644 --- a/.github/workflows/full_tests_snowflake.yml +++ b/.github/workflows/full_tests_snowflake.yml @@ -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 }} diff --git a/qcarchivetesting/conda-envs/fulltest_server.yaml b/qcarchivetesting/conda-envs/fulltest_server.yaml index 3d7526751..62097cb30 100644 --- a/qcarchivetesting/conda-envs/fulltest_server.yaml +++ b/qcarchivetesting/conda-envs/fulltest_server.yaml @@ -40,4 +40,3 @@ dependencies: - pip: - "geometric @ git+https://github.com/leeping/geomeTRIC" - - scipy # for geometric diff --git a/qcarchivetesting/conda-envs/fulltest_snowflake.yaml b/qcarchivetesting/conda-envs/fulltest_snowflake.yaml index 8458a7716..a35c6ff81 100644 --- a/qcarchivetesting/conda-envs/fulltest_snowflake.yaml +++ b/qcarchivetesting/conda-envs/fulltest_snowflake.yaml @@ -52,4 +52,3 @@ dependencies: - pip: - "geometric @ git+https://github.com/leeping/geomeTRIC" - - scipy # for geometric diff --git a/qcarchivetesting/conda-envs/fulltest_worker.yaml b/qcarchivetesting/conda-envs/fulltest_worker.yaml index d1690defe..091337716 100644 --- a/qcarchivetesting/conda-envs/fulltest_worker.yaml +++ b/qcarchivetesting/conda-envs/fulltest_worker.yaml @@ -35,5 +35,4 @@ dependencies: # Geometric service - pip: - - scipy - "geometric @ git+https://github.com/leeping/geomeTRIC"