Skip to content

Commit

Permalink
Update installing and index docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Jan 3, 2025
1 parent 6ab9381 commit 814248a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ TwitchIO 3 currently supports the following `Python <https://www.python.org/down
| | <span class="success-tio">Supported</span> | |
| | | |
+---------------------+-------------------------------------------------+-------------------------------+
| **>= 3.13** | .. raw:: html | May require custom index |
| **3.13, 3.14** | .. raw:: html | May require custom index |
| | | |
| | <span class="warn-tio">Unknown</span> | |
| | <span class="warn-tio"Check Notes</span> | |
| | | |
+---------------------+-------------------------------------------------+-------------------------------+

Expand Down Expand Up @@ -106,7 +106,7 @@ Extra and Optional Dependencies

.. raw:: html

<span class="warn">This version of TwitchIO is an Alpha Version!</span>
<span class="warn">This version of TwitchIO is an Beta Version!</span>
<hr></hr>


Expand Down Expand Up @@ -138,7 +138,7 @@ The following commands can be used to install TwitchIO with optional features:
Custom Index
============

Using TwitchIO with ``Python >= 3.12`` may require the use of a custom pip index.
Using TwitchIO with ``Python >= 3.13`` may require the use of a custom pip index.
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.

Usually with time, dependencies will eventually release wheels for new Python releases.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TwitchIO

.. warning::

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


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

0 comments on commit 814248a

Please sign in to comment.