diff options
author | 2025-07-27 14:22:11 +0100 | |
---|---|---|
committer | 2025-07-27 14:40:30 +0100 | |
commit | c817d20eaa4d113f88ca7de84217fa94c47a3e20 (patch) | |
tree | 9fb2a925d3484c17c5448cc136e2c155291168b3 | |
parent | Update Dockerfile to Python 3.13 (diff) |
Update site contributing guide to Python 3.13
-rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md index fe44c40d..ab6ddc16 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md @@ -9,7 +9,7 @@ You should have already forked the [`site`](https://github.com/python-discord/si ### Requirements -- [Python 3.11](https://www.python.org/downloads/) +- [Python 3.13](https://www.python.org/downloads/) - [uv](https://github.com/astral-sh/uv#installation) - [Git](https://git-scm.com/downloads) - [Windows](https://git-scm.com/download/win) |