Skip to content

Commit 6b24e32

Browse files
committed
Testing: remove 3.6 add 3.12
1 parent 5c36ac7 commit 6b24e32

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/tests.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest]
14-
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
15-
include:
16-
- os: ubuntu-20.04
17-
python-version: 3.6
14+
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
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.12)
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)