Update readme and setup.py with supported python versions

This commit is contained in:
Johan Norberg 2023-03-20 14:41:19 +01:00
parent e0cfb95b95
commit 36a163630a
2 changed files with 5 additions and 1 deletions

View File

@ -183,7 +183,7 @@ $ tree .
## Supported Versions
- Python 3 — 3.6, 3.7
- Python 3 — 3.6, 3.7, 3.8, 3.9, 3.10, 3.11
- [Mkdocs] 1.0.4 and above.
## Changelog

View File

@ -28,6 +28,10 @@ setuptools.setup(
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'
'Programming Language :: Python :: 3.8'
'Programming Language :: Python :: 3.9'
'Programming Language :: Python :: 3.10'
'Programming Language :: Python :: 3.11'
],
packages=setuptools.find_packages(),
entry_points={