Skip to content

Commit 316a300

Browse files
committed
CI: test mode versions of python in github workflows
1 parent 1db8969 commit 316a300

File tree

3 files changed

+403
-30
lines changed

3 files changed

+403
-30
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- "3.8"
1212
- "3.9"
1313
- "3.10"
14+
- "3.11"
15+
- "3.12"
1416

1517
steps:
1618
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ dependencies = [
4242
"tomli>=2.2.1",
4343
"torch-geometric>=2.3.0",
4444
"torch>=1.13.1",
45+
"torch>=2.6.0; python_version >= '3.12'",
4546
"torchvision>=0.14.1,<0.20; python_version < '3.9'",
4647
"torchvision>=0.17.0; python_version >= '3.9'",
4748
"tqdm",

0 commit comments

Comments
 (0)