Skip to content

Commit 2593e2e

Browse files
authored
[Release 0.8] Update compatibility matrix (#1084)
1 parent 2a1aaff commit 2593e2e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@ The following are the corresponding ``torchaudio`` versions and supported Python
3535

3636
| ``torch`` | ``torchaudio`` | ``python`` |
3737
| ------------------------ | ------------------------ | ------------------------------- |
38-
| ``master`` / ``nightly`` | ``master`` / ``nightly`` | ``>=3.6`` |
39-
| ``1.7.0`` | ``0.7.0`` | ``>=3.6`` |
40-
| ``1.6.0`` | ``0.6.0`` | ``>=3.6`` |
41-
| ``1.5.0`` | ``0.5.0`` | ``>=3.5`` |
38+
| ``master`` / ``nightly`` | ``master`` / ``nightly`` | ``>=3.6``, ``<=3.9`` |
39+
| ``1.8.0`` | ``0.8.0`` | ``>=3.6``, ``<=3.9`` |
40+
| ``1.7.1`` | ``0.7.2`` | ``>=3.6``, ``<=3.9`` |
41+
| ``1.7.0`` | ``0.7.0`` | ``>=3.6``, ``<=3.8`` |
42+
| ``1.6.0`` | ``0.6.0`` | ``>=3.6``, ``<=3.8`` |
43+
| ``1.5.0`` | ``0.5.0`` | ``>=3.5``, ``<=3.8`` |
4244
| ``1.4.0`` | ``0.4.0`` | ``==2.7``, ``>=3.5``, ``<=3.8`` |
4345

4446

0 commit comments

Comments
 (0)