diff options
| author | 2025-10-30 20:25:45 +0000 | |
|---|---|---|
| committer | 2025-11-10 18:41:30 +0000 | |
| commit | d0ff48fe8d5fc9f12eab9eaa9e8e4ac37b18bc79 (patch) | |
| tree | 9b8cbdfacb5e6dc285cf4055c957745e4bde8a25 /pyproject.toml | |
| parent | refactor: update botstrap to be more beginner-friendly (#3417) (diff) | |
Upgrade to Python 3.14
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index b37ed7581..0dada11dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ authors = [ {name = "Python Discord", email = "[email protected]"}, ] license = {text = "MIT"} -requires-python = "==3.13.*" +requires-python = "==3.14.*" dependencies = [ "pydis-core[all]==11.8.0", "aiohttp==3.12.14", |