Skip to content

Commit

Permalink
drop testing for py38 and add testign for 3.11 to be inline with mbui…
Browse files Browse the repository at this point in the history
…ld and gmso (#559)
  • Loading branch information
daico007 committed Mar 7, 2024
1 parent ed5ccb4 commit ab96ffb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
exclude:
- os: windows-latest
python-version: "3.8"
- os: windows-latest
python-version: "3.9"

Expand Down
42 changes: 0 additions & 42 deletions examples/ethane.py

This file was deleted.

0 comments on commit ab96ffb

Please sign in to comment.