From 37c92c8140d6482215a44905c00a08d2dbb800f0 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Wed, 4 Jun 2025 16:58:40 -0600 Subject: [PATCH] fix: Update Python version to 3.11 in AGENTS.md --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index e4234fc..d7fd55e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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.