@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " swagger-plugin-for-sphinx"
7- version = " 3.6 .0"
7+ version = " 4.0 .0"
88description = " Sphinx plugin which renders a OpenAPI specification with Swagger"
99authors = [{
name =
" Kai Mueller" ,
email =
" [email protected] " }]
1010readme = " README.md"
@@ -19,16 +19,16 @@ classifiers = [
1919 " Operating System :: OS Independent" ,
2020 " Programming Language :: Python :: 3" ,
2121 " Programming Language :: Python :: 3 :: Only" ,
22- " Programming Language :: Python :: 3.8" ,
2322 " Programming Language :: Python :: 3.9" ,
2423 " Programming Language :: Python :: 3.10" ,
2524 " Programming Language :: Python :: 3.11" ,
2625 " Programming Language :: Python :: 3.12" ,
26+ " Programming Language :: Python :: 3.13" ,
2727 " Topic :: Documentation" ,
2828 " Topic :: Documentation :: Sphinx" ,
2929 " Typing :: Typed" ,
3030]
31- requires-python = " >=3.8 ,<4"
31+ requires-python = " >=3.9 ,<4"
3232dependencies = [" sphinx>=6.0,<9" , " jinja2~=3.0" , " docutils" ]
3333
3434[project .license ]
0 commit comments