Skip to content

Commit 1394fd4

Browse files
committed
Document compatibility >= 3.8
- Bump version number
1 parent c7e25a8 commit 1394fd4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
![Language](https://img.shields.io/github/languages/top/fralau/mkdocs-test)
1010
![Github](https://img.shields.io/github/v/tag/fralau/mkdocs-test?label=github%20tag)
1111
![PyPI](https://img.shields.io/pypi/v/mkdocs-test)
12-
![Downloads](https://img.shields.io/pypi/dm/mkdocs-test)
12+
![Downloads](https://img.shields.io/pypi/dm/mkdocs-test)
13+
![Python Version](https://img.shields.io/badge/python-3.8%2B-blue.svg)
1314

1415
[View the documentation](https://mkdocs-test-plugin.readthedocs.io/en/latest/) on Read the Docs
1516

@@ -27,6 +28,7 @@ markdown-toc -i README.md
2728
- [MkDocs-Test](#mkdocs-test)
2829
- [Usage](#usage)
2930
- [Installation](#installation)
31+
- [Requirements](#requirements)
3032
- [From pypi](#from-pypi)
3133
- [Locally (Github)](#locally-github)
3234
- [Installing the plugin](#installing-the-plugin)
@@ -79,6 +81,10 @@ MkDocs-Test is a framework composed of two parts:
7981

8082
### Installation
8183

84+
#### Requirements
85+
86+
- Python 3.8 or higher
87+
8288
#### From pypi
8389

8490
```sh

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mkdocs-test"
7-
version = "0.5.6"
7+
version = "0.6.0"
8+
requires-python = ">=3.8"
89
description = "A test framework for MkDocs projects"
910
authors = [{ name = "Laurent Franceschetti" }]
1011
license = { text = "LICENSE" }
@@ -29,6 +30,7 @@ classifiers = [
2930
"Programming Language :: Python :: 3.9",
3031
"Programming Language :: Python :: 3.10",
3132
"Programming Language :: Python :: 3.11",
33+
"Programming Language :: Python :: 3.12",
3234
]
3335

3436
[project.urls]

0 commit comments

Comments
 (0)