aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-11-10 18:58:57 +0000
committerGravatar GitHub <[email protected]>2025-11-10 18:58:57 +0000
commit078eb2d808015d4c23b8605d52d1893fb2dd18dd (patch)
treec892a698b94e990d2a1912a8526eedca94a92c5a
parentMerge pull request #1567 from onerandomusername/qt/check-uv-lock (diff)
Update bot Python version requirement to 3.14HEADmain
Diffstat (limited to '')
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md
index 33c7353f..25bea273 100644
--- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md
+++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md
@@ -15,7 +15,7 @@ This page will focus on the quickest steps one can take, with mentions of altern
### Setup Project Dependencies
Below are the dependencies you **must** have installed to get started with the bot.
-1. Make sure you have [Python 3.13](https://www.python.org/downloads/) installed. uv [can also be used to](https://docs.astral.sh/uv/guides/install-python/#installing-python) install Python, if desired.
+1. Make sure you have [Python 3.14](https://www.python.org/downloads/) installed. uv [can also be used to](https://docs.astral.sh/uv/guides/install-python/#installing-python) install Python, if desired.
2. [Install uv](https://github.com/astral-sh/uv#installation).
3. [Install the project's dependencies](../installing-project-dependencies).
4. Docker.