This repository was archived by the owner on Apr 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
mkdocstrings_sourcelink/test Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 4040
4141
4242def test_basic_1 ():
43-
4443 MkDocGenerator (
4544 _dir ,
4645 pages ,
@@ -50,7 +49,6 @@ def test_basic_1():
5049
5150
5251def test_basic_2 ():
53-
5452 MkDocGenerator (
5553 _dir ,
5654 pages ,
@@ -61,7 +59,6 @@ def test_basic_2():
6159
6260
6361def test_dict_url ():
64-
6562 MkDocGenerator (
6663 _dir ,
6764 pages ,
@@ -73,7 +70,6 @@ def test_dict_url():
7370
7471
7572def test_markdown ():
76-
7773 MkDocGenerator (
7874 _dir ,
7975 pages ,
@@ -84,7 +80,6 @@ def test_markdown():
8480
8581
8682def test_tmp ():
87-
8883 MkDocGenerator (
8984 _dir ,
9085 pages ,
@@ -95,7 +90,6 @@ def test_tmp():
9590
9691
9792def test_example ():
98-
9993 MkDocGenerator (
10094 _dir ,
10195 pages ,
Original file line number Diff line number Diff line change @@ -10,14 +10,9 @@ classifiers =
1010 License :: OSI Approved :: Apache Software License
1111 Programming Language :: Python :: 3
1212 Programming Language :: Python :: 3 :: Only
13- Programming Language :: Python :: 3.6
14- Programming Language :: Python :: 3.7
15- Programming Language :: Python :: 3.8
16- Programming Language :: Python :: 3.9
17- Programming Language :: Python :: 3.10
1813
1914[options]
20- python_requires = >=3.6
15+ python_requires = >=3.7
2116
2217[tool.isort]
2318multi_line_output = 3
You can’t perform that action at this time.
0 commit comments