fix: Update Python version to 3.11 in AGENTS.md

This commit is contained in:
Slipstream 2025-06-04 16:58:40 -06:00
parent 417d371f6e
commit 37c92c8140
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -5,5 +5,5 @@ If you need to exclude a cog from being loaded, check commands.py.
Hybrid commands are preferred to only legacy prefix commands unless specifcally requested.
Pytest (pytest -q) won't work in this environment, so don't run it.
For testing you can use `pylint` and `python -m py_compile`.
You are using python 3.10.
You are using python 3.11.
Pip dependencies aren't installed in your environment due to issues with dependency conflicts.