aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar onerandomusername <[email protected]>2025-10-21 12:46:25 -0400
committerGravatar onerandomusername <[email protected]>2025-10-21 12:46:25 -0400
commit289cb288a163b4cb235aeb145a4ef1c350321115 (patch)
treee18d532dc1af98ef8c64ff623ce23e6dd68b0984
parentUpdate Core Developer emeriti list (diff)
fix: update required python version of bot
-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 6c27cfae..c9465095 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.12](https://www.python.org/downloads/) installed. It helps if it is your system's default Python version.
+1. Make sure you have [Python 3.13](https://www.python.org/downloads/) installed. It helps if it is your system's default Python version.
2. [Install uv](https://github.com/astral-sh/uv#installation).
3. [Install the project's dependencies](../installing-project-dependencies).
4. Docker.