Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ The following table indicates the compatibility between versions of
| `torchcodec` | `torch` | Python |
| ------------------ | ------------------ | ------------------- |
| `main` / `nightly` | `main` / `nightly` | `>=3.10`, `<=3.13` |
| `0.9` | `2.9` | `>=3.10`, `<=3.13` |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `0.9` | `2.9` | `>=3.10`, `<=3.13` |
| `0.9` | `2.9` | `>=3.10`, `<=3.14` |

| `0.8` | `2.9` | `>=3.10`, `<=3.13` |
| `0.7` | `2.8` | `>=3.9`, `<=3.13` |
| `0.6` | `2.8` | `>=3.9`, `<=3.13` |
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0a0
0.10.0a0
Loading