Skip to content

Commit

Permalink
Update CI to use Python 3.8 through 3.10 (#386)
Browse files Browse the repository at this point in the history
* Try to build on Python 3.8 and 3.9

* Delete .travis.yml

* Update ci.yaml

* Don't duplicate CI runs on push and pull_request

* Update Python versions following NEP 29

* Unpin actions versions

* Include version targets as they are required

* Turn off macOS + Python 3.10 tests

* Cleanup
  • Loading branch information
mattwthompson authored Aug 25, 2022
1 parent 5edae4c commit 5512625
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest]
python-version: [3.6, 3.7]
python-version: ["3.8", "3.9", "3.10"]
exclude:
# These OpenMM builds are broken as of 8/2022
- os: macOS-latest
python-version: "3.10"
env:
CI_OS: ${{ matrix.os }}
PYVER: ${{ matrix.python-version }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: conda-incubator/setup-miniconda@v2
with:
Expand Down
20 changes: 0 additions & 20 deletions .travis.yml

This file was deleted.

0 comments on commit 5512625

Please sign in to comment.