README+setup: Update supported Python versions

This commit is contained in:
Valentin Lorentz 2021-03-13 13:15:41 +01:00
parent f1a5ab4866
commit 2990fcd302
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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',
],