Skip to content

Commit

Permalink
Remove Python 3.12 exclusions from CI (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium authored Jul 19, 2024
1 parent 450bed7 commit 173426d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/dev-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dev version CI
name: Upstream nightly version CI
on:
schedule:
# weekly tests, Sundays at midnight
Expand All @@ -24,11 +24,6 @@ jobs:
matrix:
os: [macOS-12, ubuntu-latest]
python-version: ["3.10", "3.11", "3.12"]
exclude:
# mdtraj currently doesn't support MacOS py3.12
- os: "macOS-latest"
python-version: "3.12"


steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
exclude:
- include-rdkit: false
include-openeye: false
# Can't support 3.12 on Mac yet
- python-version: "3.12"
os: "macOS-latest"
# no openeye for 3.12 yet
- include-openeye: true
python-version: "3.12"
Expand Down

0 comments on commit 173426d

Please sign in to comment.