diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 7725374f5..d394b35fc 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -21,11 +21,9 @@ jobs: fail-fast: false # don't cancel all jobs when one fails matrix: python_version: ['3.8', '3.9', '3.10', '3.11'] - torch_version: ['1.12.1+cpu', '1.13.1+cpu', '2.0.1+cpu', '2.1.0+cpu'] + torch_version: ['1.13.1+cpu', '2.0.1+cpu', '2.1.2+cpu', '2.2.0+cpu'] os: [ubuntu-latest] exclude: - - python_version: '3.11' - torch_version: '1.12.1+cpu' - python_version: '3.11' torch_version: '2.0.1+cpu' diff --git a/README.rst b/README.rst index fe989df2c..ea367e4ea 100644 --- a/README.rst +++ b/README.rst @@ -244,10 +244,10 @@ instructions for PyTorch, visit the `PyTorch website `__. skorch officially supports the last four minor PyTorch versions, which currently are: -- 1.12.1 - 1.13.1 - 2.0.1 -- 2.1.0 +- 2.1.2 +- 2.2.0 However, that doesn't mean that older versions don't work, just that they aren't tested. Since skorch mostly relies on the stable part of diff --git a/docs/user/installation.rst b/docs/user/installation.rst index 84d69454b..ebe16a7df 100644 --- a/docs/user/installation.rst +++ b/docs/user/installation.rst @@ -98,10 +98,10 @@ instructions for PyTorch, visit the `PyTorch website `__. skorch officially supports the last four minor PyTorch versions, which currently are: -- 1.12.1 - 1.13.1 - 2.0.1 -- 2.1.0 +- 2.1.2 +- 2.2.0 However, that doesn't mean that older versions don't work, just that they aren't tested. Since skorch mostly relies on the stable part of