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 40
40
41
41
42
42
def test_basic_1 ():
43
-
44
43
MkDocGenerator (
45
44
_dir ,
46
45
pages ,
@@ -50,7 +49,6 @@ def test_basic_1():
50
49
51
50
52
51
def test_basic_2 ():
53
-
54
52
MkDocGenerator (
55
53
_dir ,
56
54
pages ,
@@ -61,7 +59,6 @@ def test_basic_2():
61
59
62
60
63
61
def test_dict_url ():
64
-
65
62
MkDocGenerator (
66
63
_dir ,
67
64
pages ,
@@ -73,7 +70,6 @@ def test_dict_url():
73
70
74
71
75
72
def test_markdown ():
76
-
77
73
MkDocGenerator (
78
74
_dir ,
79
75
pages ,
@@ -84,7 +80,6 @@ def test_markdown():
84
80
85
81
86
82
def test_tmp ():
87
-
88
83
MkDocGenerator (
89
84
_dir ,
90
85
pages ,
@@ -95,7 +90,6 @@ def test_tmp():
95
90
96
91
97
92
def test_example ():
98
-
99
93
MkDocGenerator (
100
94
_dir ,
101
95
pages ,
Original file line number Diff line number Diff line change @@ -10,14 +10,9 @@ classifiers =
10
10
License :: OSI Approved :: Apache Software License
11
11
Programming Language :: Python :: 3
12
12
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
18
13
19
14
[options]
20
- python_requires = >=3.6
15
+ python_requires = >=3.7
21
16
22
17
[tool.isort]
23
18
multi_line_output = 3
You can’t perform that action at this time.
0 commit comments