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