Skip to content

Commit c688487

Browse files
committed
Add Python 3.13 too
1 parent 5ff963b commit c688487

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest]
14-
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
14+
python-version: [3.8, 3.9, '3.10', '3.11', '3.12', '3.13']
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
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+ (tested on 3.8 up to 3.12)
9+
- Python 3.6+ (tested on 3.8 up to 3.13)
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)