Skip to content

Commit f53b56e

Browse files
add py 3.14 to CI (#229)
Fixes #228
1 parent 3103686 commit f53b56e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
strategy:
131131
fail-fast: false
132132
matrix:
133-
python-version: ["3.10", "3.11", "3.12", "3.13"]
133+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
134134
os: [ubuntu-latest, windows-latest, macOS-latest]
135135
runs-on: ${{ matrix.os }}
136136
steps:

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ dependencies = [
1717
"datasets>=4.0.0",
1818
"lightning>=2.5.3",
1919
"numpy>=2.0.2",
20-
"openmm>=8.3.0,<8.4.0",
2120
"pandas>=2.0.0",
2221
"scikit-base",
2322
"torch>=2.5.1",

0 commit comments

Comments
 (0)