mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-29 15:01:05 -05:00
README+setup: Update supported Python versions
This commit is contained in:
parent
f1a5ab4866
commit
2990fcd302
@ -13,8 +13,7 @@ Master branch: [](https://travis-ci.org/ProgVal/Limnoria.png?branch=testing)](https://travis-ci.org/ProgVal/Limnoria)
|
Testing branch: [](https://travis-ci.org/ProgVal/Limnoria)
|
||||||
|
|
||||||
Limnoria supports CPython 3.4, 3.5, 3.6, 3.7, 3.8, nightly;
|
Limnoria supports CPython 3.4 to 3.9, CPython nightly, and Pypy 3.
|
||||||
and Pypy 3.
|
|
||||||
|
|
||||||
# Support
|
# Support
|
||||||
|
|
||||||
|
1
setup.py
1
setup.py
@ -211,6 +211,7 @@ setup(
|
|||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
'Programming Language :: Python :: 3.8',
|
'Programming Language :: Python :: 3.8',
|
||||||
|
'Programming Language :: Python :: 3.9',
|
||||||
'Topic :: Communications :: Chat :: Internet Relay Chat',
|
'Topic :: Communications :: Chat :: Internet Relay Chat',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user