@@ -15,16 +15,16 @@ classifiers = [
1515 " Intended Audience :: Developers" ,
1616 " License :: OSI Approved :: MIT License" ,
1717 " Programming Language :: Python :: 3" ,
18- " Programming Language :: Python :: 3.6" ,
1918 " Programming Language :: Python :: 3.7" ,
2019 " Programming Language :: Python :: 3.8" ,
2120 " Programming Language :: Python :: 3.9" ,
21+ " Programming Language :: Python :: 3.10" ,
2222 " Programming Language :: Python :: Implementation :: CPython" ,
2323 " Topic :: Software Development :: Libraries :: Python Modules" ,
2424 " Topic :: Text Processing :: Markup" ,
2525]
2626keywords = [" sphinx" ," extension" , " toc" ]
27- requires-python = " ~=3.6 "
27+ requires-python = " ~=3.7 "
2828dependencies = [
2929 " attrs>=20.3,<22" ,
3030 " click>=7.1,<9" ,
@@ -42,12 +42,12 @@ Documentation = "https://sphinx-external-toc.readthedocs.io"
4242[project .optional-dependencies ]
4343code_style = [" pre-commit~=2.12" ]
4444rtd = [
45- " myst-parser~=0.15 .0" ,
45+ " myst-parser~=0.17 .0" ,
4646 " sphinx-book-theme>=0.0.36" ,
4747]
4848testing = [
4949 " coverage" ,
50- " pytest>=3.6,<4 " ,
50+ " pytest~=7.1 " ,
5151 " pytest-cov" ,
5252 " pytest-regressions" ,
5353]
0 commit comments