@@ -12,15 +12,14 @@ authors = [
1212]
1313description = " A Python wrapper for the Discord API"
1414readme = {content-type = " text/x-rst" , file = " README.rst" }
15- requires-python = " >=3.9 , <3.14"
15+ requires-python = " >=3.10 , <3.14"
1616license = " MIT"
1717license-files = [" LICENSE" ]
1818classifiers = [
1919 " Development Status :: 5 - Production/Stable" ,
2020 " Intended Audience :: Developers" ,
2121 " Natural Language :: English" ,
2222 " Operating System :: OS Independent" ,
23- " Programming Language :: Python :: 3.9" ,
2423 " Programming Language :: Python :: 3.10" ,
2524 " Programming Language :: Python :: 3.11" ,
2625 " Programming Language :: Python :: 3.12" ,
@@ -68,7 +67,7 @@ voice = {file = "requirements/voice.txt"}
6867[tool .setuptools_scm ]
6968
7069[tool .black ]
71- target-version = [' py39 ' , ' py310' , ' py311' , ' py312' , ' py313' ]
70+ target-version = [' py310' , ' py311' , ' py312' , ' py313' ]
7271
7372[tool .isort ]
7473profile = " black"
@@ -87,7 +86,7 @@ extension-pkg-whitelist = [
8786 " pydantic" ,
8887 " ujson"
8988]
90- py-version = 3.9
89+ py-version = 3.10
9190
9291[tool .pylint .messages_control ]
9392enable = [
0 commit comments