Skip to content

Commit 79e38b6

Browse files
committed
py 3.14, update readme text
1 parent a56e8a7 commit 79e38b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# TorchCodec
44

55
TorchCodec is a Python library for decoding video and audio data into PyTorch
6-
tensors, on CPU and CUDA GPU. It also supports audio encoding, and video
7-
encoding will come soon! It aims to be fast, easy to use, and well integrated
6+
tensors, on CPU and CUDA GPU. It also supports video and audio encoding on CPU!
7+
It aims to be fast, easy to use, and well integrated
88
into the PyTorch ecosystem. If you want to use PyTorch to train ML models on
99
videos and audio, TorchCodec is how you turn these into data.
1010

@@ -130,7 +130,7 @@ The following table indicates the compatibility between versions of
130130

131131
| `torchcodec` | `torch` | Python |
132132
| ------------------ | ------------------ | ------------------- |
133-
| `main` / `nightly` | `main` / `nightly` | `>=3.10`, `<=3.13` |
133+
| `main` / `nightly` | `main` / `nightly` | `>=3.10`, `<=3.14` |
134134
| `0.9` | `2.9` | `>=3.10`, `<=3.13` |
135135
| `0.8` | `2.9` | `>=3.10`, `<=3.13` |
136136
| `0.7` | `2.8` | `>=3.9`, `<=3.13` |

0 commit comments

Comments
 (0)