Update readme and setup.py with supported python versions
This commit is contained in:
parent
e0cfb95b95
commit
36a163630a
|
|
@ -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
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -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={
|
||||
|
|
|
|||
Loading…
Reference in New Issue