From 2990fcd302afdc6a3b741594017c3959fd5da2fd Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 13 Mar 2021 13:15:41 +0100 Subject: [PATCH] README+setup: Update supported Python versions --- README.md | 3 +-- setup.py | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 687cde331..80bacc074 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 22333fbde..a50fd05a0 100644 --- a/setup.py +++ b/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', ],