From 1b7ebd87a6462c2c16175b272013c1aa268b032f Mon Sep 17 00:00:00 2001 From: chrisjonesbsu Date: Fri, 29 Mar 2024 11:00:24 -0600 Subject: [PATCH] remove python 3.12 from env and tests --- .github/workflows/pytest.yml | 2 +- environment-dev.yml | 2 +- environment.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 05f40345..9c133cff 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: os: [macOS-latest, ubuntu-latest] - python-version: ['3.10', '3.11', '3.12'] + python-version: ['3.10', '3.11'] runs-on: ${{ matrix.os }} diff --git a/environment-dev.yml b/environment-dev.yml index 774ec25c..dc4195df 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -17,7 +17,7 @@ dependencies: - pytest - pytest-cov - nbmake - - python >=3.10, <=3.12 + - python >=3.10, <3.12 - fresnel >=0.13.5 - cmeutils >=1.1.1 - pip: diff --git a/environment.yml b/environment.yml index de0ed51a..166c6bbf 100644 --- a/environment.yml +++ b/environment.yml @@ -13,7 +13,7 @@ dependencies: - openbabel >=3 - pip - py3Dmol - - python >=3.10, <=3.12 + - python >=3.10, <3.12 - fresnel >=0.13.5 - cmeutils >=1.1.1 - grits >=0.3.0