From bf753884c4b125d4faef8fa7ccce8f00f3b5569b Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 12 Sep 2020 00:13:19 +0300 Subject: [PATCH] Add support for Python 3.9 --- README.md | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ddcf9f..ceed792 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Or from requirements.txt: Note: -* pyLast 4.0.0+ supports Python 3.6+. +* pyLast 4.0.0+ supports Python 3.6-3.9. * pyLast 3.2.0 - 3.3.0 supports Python 3.5-3.8. * pyLast 3.0.0 - 3.1.0 supports Python 3.5-3.7. * pyLast 2.2.0 - 2.4.0 supports Python 2.7.10+, 3.4-3.7. diff --git a/setup.py b/setup.py index 171283d..a2d891f 100755 --- a/setup.py +++ b/setup.py @@ -38,6 +38,7 @@ setup( "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",