@@ -14,11 +14,11 @@ classifiers = [
1414 " Operating System :: OS Independent" ,
1515 " Programming Language :: Python" ,
1616 " Programming Language :: Python :: 3" ,
17- " Programming Language :: Python :: 3.8" ,
1817 " Programming Language :: Python :: 3.9" ,
1918 " Programming Language :: Python :: 3.10" ,
2019 " Programming Language :: Python :: 3.11" ,
2120 " Programming Language :: Python :: 3.12" ,
21+ " Programming Language :: Python :: 3.13" ,
2222 " Topic :: Office/Business :: Office Suites" ,
2323 " Topic :: Software Development :: Libraries" ,
2424]
@@ -33,7 +33,7 @@ dynamic = ["version"]
3333keywords = [" powerpoint" , " ppt" , " pptx" , " openxml" , " office" ]
3434license = { text = " MIT" }
3535readme = " README.rst"
36- requires-python = " >=3.8 "
36+ requires-python = " >=3.9 "
3737
3838[project .urls ]
3939Changelog = " https://github.com/MHoroszowski/python-pptx/blob/master/HISTORY.rst"
@@ -42,9 +42,6 @@ Homepage = "https://github.com/MHoroszowski/python-pptx"
4242Repository = " https://github.com/MHoroszowski/python-pptx"
4343Upstream = " https://github.com/scanny/python-pptx"
4444
45- [tool .black ]
46- line-length = 100
47-
4845[tool .pyright ]
4946exclude = [
5047 " **/__pycache__" ,
0 commit comments