Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0500ce6

Browse files
committedFeb 19, 2024
bump Python version, and PyG version...
1 parent c94213c commit 0500ce6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/common.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
matrix:
5151
os: [ubuntu-latest, windows-latest]
52-
python-version: [ "3.8", "3.10" ]
52+
python-version: [ "3.8", "3.11" ]
5353
runs-on: ${{ matrix.os }}
5454
steps:
5555
- uses: actions/checkout@v3

‎tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ envlist =
2828
[testenv]
2929
commands =
3030
# custom installation for PyG, cf. https://github.com/rusty1s/pytorch_scatter/pull/268
31-
pip install torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric --find-links https://data.pyg.org/whl/torch-2.1.0+cpu.html
31+
pip install torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric --find-links https://data.pyg.org/whl/torch-2.2.0+cpu.html
3232
coverage run -p -m pytest --durations=20 {posargs:tests} -m "not slow"
3333
# ensure we use the CPU-only version of torch
3434
setenv =

0 commit comments

Comments
 (0)
Please sign in to comment.