Skip to content

Commit f0385da

Browse files
committed
Try Python 3.13, NumPy 2.4, Interchange 0.4.11
1 parent e8561b4 commit f0385da

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/full-stack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
python-version:
2323
- "3.11"
2424
- "3.12"
25+
- "3.13"
2526

2627
env:
2728
OE_LICENSE: ${{ github.workspace }}/oe_license.txt

devtools/conda-envs/full-stack.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
name: full-stack-tests
22
channels:
33
- openeye
4+
- conda-forge/label/openff-interchange_dev
45
- conda-forge
56
dependencies:
67
- python
78
- pip
8-
- numpy
9+
- numpy =2.4
910
- pydantic !=2.12
1011
- pint
1112
- openff-toolkit
1213
- openff-fragmenter
13-
- openff-interchange
14+
- openff-interchange =0.4.11
1415
- pymbar
1516
- pytest
1617
- pytest-randomly

0 commit comments

Comments
 (0)