Skip to content

Commit 078eb2d

Browse files
authored
Update bot Python version requirement to 3.14
1 parent 19315cf commit 078eb2d

File tree

1 file changed

+1
-1
lines changed
  • pydis_site/apps/content/resources/guides/pydis-guides/contributing

1 file changed

+1
-1
lines changed

pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This page will focus on the quickest steps one can take, with mentions of altern
1515
### Setup Project Dependencies
1616
Below are the dependencies you **must** have installed to get started with the bot.
1717

18-
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.
18+
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.
1919
2. [Install uv](https://github.com/astral-sh/uv#installation).
2020
3. [Install the project's dependencies](../installing-project-dependencies).
2121
4. Docker.

0 commit comments

Comments
 (0)