From 031b3ebbb1da1367613410d859ee1b3cacae5420 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 4 Oct 2021 20:36:05 +0300 Subject: [PATCH] Add support for Python 3.10 --- README.md | 3 ++- setup.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77e381c..b297c74 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ Or from requirements.txt: Note: -* pyLast 4.0+ supports Python 3.6-3.9. +* pyLast 4.3+ supports Python 3.6-3.10. +* pyLast 4.0 - 4.2 supports Python 3.6-3.9. * pyLast 3.2 - 3.3 supports Python 3.5-3.8. * pyLast 3.0 - 3.1 supports Python 3.5-3.7. * pyLast 2.2 - 2.4 supports Python 2.7.10+, 3.4-3.7. diff --git a/setup.py b/setup.py index a2d891f..b49e655 100755 --- a/setup.py +++ b/setup.py @@ -39,6 +39,7 @@ setup( "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",