Skip to content

Commit 814248a

Browse files
committed
Update installing and index docs
1 parent 6ab9381 commit 814248a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/getting-started/installing.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ TwitchIO 3 currently supports the following `Python <https://www.python.org/down
1818
| | <span class="success-tio">Supported</span> | |
1919
| | | |
2020
+---------------------+-------------------------------------------------+-------------------------------+
21-
| **>= 3.13** | .. raw:: html | May require custom index |
21+
| **3.13, 3.14** | .. raw:: html | May require custom index |
2222
| | | |
23-
| | <span class="warn-tio">Unknown</span> | |
23+
| | <span class="warn-tio"Check Notes</span> | |
2424
| | | |
2525
+---------------------+-------------------------------------------------+-------------------------------+
2626

@@ -106,7 +106,7 @@ Extra and Optional Dependencies
106106

107107
.. raw:: html
108108

109-
<span class="warn">This version of TwitchIO is an Alpha Version!</span>
109+
<span class="warn">This version of TwitchIO is an Beta Version!</span>
110110
<hr></hr>
111111

112112

@@ -138,7 +138,7 @@ The following commands can be used to install TwitchIO with optional features:
138138
Custom Index
139139
============
140140

141-
Using TwitchIO with ``Python >= 3.12`` may require the use of a custom pip index.
141+
Using TwitchIO with ``Python >= 3.13`` may require the use of a custom pip index.
142142
The index allows pip to fetch pre-built wheels for some dependencies that may require build-tools for C/C++ due to not having released their own wheels for recent versions of Python.
143143

144144
Usually with time, dependencies will eventually release wheels for new Python releases.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TwitchIO
33

44
.. warning::
55

6-
This is an alpha release. Please do not use this release in production ready applications.
6+
This is a beta release. Please take care using this release in production ready applications.
77

88

99
TwitchIO is a powerful, asynchronous Python library for `twitch.tv <https://twitch.tv>`_.

0 commit comments

Comments
 (0)