@@ -7,15 +7,14 @@ name = "discord.py-self"
77description = " A Python wrapper for the Discord user API"
88readme = { file = " README.rst" , content-type = " text/x-rst" }
99license = { file = " LICENSE" }
10- requires-python = " >=3.8 "
10+ requires-python = " >=3.9 "
1111authors = [{ name = " Dolfies" , email = " me@dolfi.es" }]
1212classifiers = [
1313 " Development Status :: 5 - Production/Stable" ,
1414 " License :: OSI Approved :: MIT License" ,
1515 " Intended Audience :: Developers" ,
1616 " Natural Language :: English" ,
1717 " Operating System :: OS Independent" ,
18- " Programming Language :: Python :: 3.8" ,
1918 " Programming Language :: Python :: 3.9" ,
2019 " Programming Language :: Python :: 3.10" ,
2120 " Programming Language :: Python :: 3.11" ,
@@ -129,7 +128,7 @@ exclude = [
129128reportUnnecessaryTypeIgnoreComment = " warning"
130129reportUnusedImport = " error"
131130reportShadowedImports = false
132- pythonVersion = " 3.8 "
131+ pythonVersion = " 3.9 "
133132typeCheckingMode = " basic"
134133
135134[tool .pytest .ini_options ]
0 commit comments