diff options
author | 2025-04-08 13:02:32 +0100 | |
---|---|---|
committer | 2025-04-08 13:02:32 +0100 | |
commit | 5e20d90cc1af58dd39c22c319fba0d19a2d2916a (patch) | |
tree | a347eeb3cbf0ee0cae463c443cfce4f0f371bf9c /pydis_site/apps | |
parent | Merge pull request #1501 from python-discord/dependabot/pip/django-5.1.8 (diff) |
Update sir-lancebot Python version
For after https://github.com/python-discord/sir-lancebot/pull/1670
Diffstat (limited to 'pydis_site/apps')
-rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md index 5693d00c..fc97e570 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md @@ -10,7 +10,7 @@ You should have already forked the [`sir-lancebot`](https://github.com/python-di Remember to ensure that you have read the [contributing guidelines](../contributing-guidelines) in full before you start contributing. ### Requirements -- [Python 3.12.*](https://www.python.org/downloads/) +- [Python 3.13.*](https://www.python.org/downloads/) - [Poetry](https://github.com/python-poetry/poetry#installation) - [Git](https://git-scm.com/downloads) - [Windows Installer](https://git-scm.com/download/win) |