@@ -23,19 +23,19 @@ jobs:
2323 runs-on : ${{ matrix.os }}
2424 strategy :
2525 matrix :
26- os : [macOS -latest, ubuntu-latest, windows-latest]
27- python-version : ["3.9 ", "3.10 ", "3.11 ", "3.12 "]
26+ os : [macos -latest, ubuntu-latest, windows-latest]
27+ python-version : ["3.11 ", "3.12 ", "3.13 ", "3.14 "]
2828 chemlib : [obabel, rdkit]
2929 graphlib : [nogt, all]
3030 exclude :
3131 # graph-tool does not work on Windows
3232 - {os: "windows-latest", graphlib: "all"}
3333 # Don't run without graph-tool on Ubuntu and macOS
3434 - {os: "ubuntu-latest", graphlib: "nogt"}
35- - {os: "macOS -latest", graphlib: "nogt"}
36- include :
37- - {os: "macOS-14", graphlib: "all", chemlib: "obabel", python-version: "3.12 "}
38- - {os: "macOS-14", graphlib: "all", chemlib: "rdkit ", python-version: "3.12 "}
35+ - {os: "macos -latest", graphlib: "nogt"}
36+ # Open Babel has not been updated for Python 3.13 and 3.14
37+ - {chemlib: "obabel", python-version: "3.13 "}
38+ - {chemlib: "obabel ", python-version: "3.14 "}
3939
4040 steps :
4141 - uses : actions/checkout@v4
0 commit comments