Skip to content

Commit 9e22770

Browse files
committed
Testing: remove 3.6
1 parent 5c36ac7 commit 9e22770

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/tests.yml

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
matrix:
1313
os: [ubuntu-latest]
1414
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
15-
include:
16-
- os: ubuntu-20.04
17-
python-version: 3.6
1815
runs-on: ${{ matrix.os }}
1916
steps:
2017
- uses: actions/checkout@v2

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
On the fly conversion of Python docstrings to markdown
88

9-
- Python 3.6+
9+
- Python 3.6+ (tested on 3.7 up to 3.11)
1010
- can recognise reStructuredText and convert multiple of its features to Markdown
1111
- since v0.13 includes initial support for Google-formatted docstrings
1212

0 commit comments

Comments
 (0)