diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml
index e4499395..692175e2 100644
--- a/.github/workflows/testing.yml
+++ b/.github/workflows/testing.yml
@@ -23,7 +23,7 @@ jobs:
fail-fast: false # don't cancel all jobs when one fails
matrix:
python_version: ['3.10', '3.11', '3.12', '3.13']
- torch_version: ['2.9.1+cpu', '2.10.0+cpu', '2.11.0+cpu', '2.12.0+cpu']
+ torch_version: ['2.10.0+cpu', '2.11.0+cpu', '2.12.1+cpu', '2.13.0+cpu']
os: [ubuntu-latest]
steps:
diff --git a/README.rst b/README.rst
index e659ac32..a5602fed 100644
--- a/README.rst
+++ b/README.rst
@@ -233,10 +233,10 @@ instructions for PyTorch, visit the `PyTorch website
`__. skorch officially supports the last four
minor PyTorch versions, which currently are:
-- 2.9.1
- 2.10.0
- 2.11.0
-- 2.12.0
+- 2.12.1
+- 2.13.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 bac8cd99..489418ad 100644
--- a/docs/user/installation.rst
+++ b/docs/user/installation.rst
@@ -93,10 +93,10 @@ instructions for PyTorch, visit the `PyTorch website
`__. skorch officially supports the last four
minor PyTorch versions, which currently are:
-- 2.9.1
- 2.10.0
- 2.11.0
-- 2.12.0
+- 2.12.1
+- 2.13.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