add openeye w/ python 3.13 test to CI (#1745)

* add openeye w/ python 3.13 test to CI

* only run openeye on unbuntu w/ python 3.13

* add explicit openeye no
This commit is contained in:
Alyssa Travitz
2025-12-08 19:02:37 -08:00
committed by GitHub
parent ddddea5c9b
commit 1eac3e4498

View File

@@ -36,17 +36,14 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
openeye: ["no"]
python-version:
- "3.11"
- "3.12"
- "3.13"
openeye: ["no"]
include: # NOTE: openeye does not yet support 3.13.
include:
- os: "ubuntu-latest"
python-version: "3.11"
openeye: "yes"
- os: "macos-latest"
python-version: "3.12"
python-version: "3.13"
openeye: "yes"
env: