Skip to content

Commit

Permalink
Merge pull request #6 from mattwthompson/maint
Browse files Browse the repository at this point in the history
Allow Python 3.11, switch to `mamba-org/setup-micromamba`
  • Loading branch information
jthorton authored Jul 17, 2023
2 parents c673676 + 41b7267 commit 8dbcdd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version:
- "3.9"
- "3.10"

- "3.11"

steps:
- uses: actions/checkout@v3
Expand All @@ -39,10 +39,10 @@ jobs:
ulimit -a
- name: Install conda environment
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: devtools/conda-envs/test_env.yaml
extra-specs: |
create-args: >-
python=${{ matrix.python-version }}
- name: Install DE-ForceFields
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ filterwarnings =
ignore::PendingDeprecationWarning

[options]
python_requires = >=3.8, <=3.11
python_requires = >=3.8, <=3.12

0 comments on commit 8dbcdd6

Please sign in to comment.