Add support for Python 3.9

This commit is contained in:
Hugo van Kemenade 2020-09-12 00:13:19 +03:00
parent 91f79fd4b0
commit bf753884c4
2 changed files with 2 additions and 1 deletions

View file

@ -31,7 +31,7 @@ Or from requirements.txt:
Note: 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.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 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. * pyLast 2.2.0 - 2.4.0 supports Python 2.7.10+, 3.4-3.7.

View file

@ -38,6 +38,7 @@ setup(
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: PyPy",