Skip to content

Commit

Permalink
Merge pull request #347 from pylast/add-3.9
Browse files Browse the repository at this point in the history
Add support for Python 3.9
  • Loading branch information
mergify[bot] committed Sep 11, 2020
2 parents 91f79fd + bf75388 commit c029821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -38,6 +38,7 @@ def local_scheme(version):
"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",
Expand Down

0 comments on commit c029821

Please sign in to comment.