File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " mkdocs-test"
7- version = " 0.5.6"
7+ version = " 0.6.0"
8+ requires-python = " >=3.8"
89description = " A test framework for MkDocs projects"
910authors = [{ name = " Laurent Franceschetti" }]
1011license = { 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 ]
You can’t perform that action at this time.
0 commit comments