We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0588c commit b9feadcCopy full SHA for b9feadc
1 file changed
.github/workflows/build.yml
@@ -15,14 +15,6 @@ jobs:
15
fail-fast: true
16
matrix:
17
os: [windows-latest]
18
- # NOTE(stes): We test against the oldest still supported version of python (3.10),
19
- # the python version of the latest Ubuntu LTS release (3.12)
20
- # and the latest python version CEBRA supports fully (3.13).
21
- #
22
- # Python version chart:
23
- # https://devguide.python.org/versions/
24
- # Python Ubuntu LTS:
25
- # https://documentation.ubuntu.com/ubuntu-for-developers/reference/availability/python/
26
python-version: ["3.12"]
27
# We aim to support the versions on pytorch.org
28
# as well as selected previous versions on
0 commit comments