Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test on Python 3.12 #74

Merged
merged 2 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
os: [macOS-latest, ubuntu-latest]
openmm: ["true", "false"]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
pint-version: ["0.21", "0.22"]

env:
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Optionally install OpenMM
if: ${{ matrix.openmm == 'true' }}
run: |
micromamba install "openmm >=7.6" -c conda-forge -yq
micromamba install "openmm >=7.6" -c conda-forge/label/openmm_rc -c conda-forge -yq

- name: Verify OpenMM is not installed when not expected
if: ${{ matrix.openmm == 'false' }}
Expand Down
1 change: 0 additions & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: openff-units-test
channels:
- conda-forge
- defaults
dependencies:
- python
- pip
Expand Down