diff options
author | hippo91 <guillaume.peillex@gmail.com> | 2020-12-27 16:00:41 +0100 |
---|---|---|
committer | hippo91 <guillaume.peillex@gmail.com> | 2020-12-27 16:00:41 +0100 |
commit | f05a518d15a89ad8c2894923a6530ea891fcc0e0 (patch) | |
tree | 337968eb189d484f65e473c0a5e1a775b511cf35 | |
parent | 7aff33388c5a7b165d9355cd972b0746ff1d2bc4 (diff) | |
download | astroid-git-f05a518d15a89ad8c2894923a6530ea891fcc0e0.tar.gz |
Python3.9 is officially supported
-rw-r--r-- | astroid/__pkginfo__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 57352f9d..b2657130 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -51,6 +51,7 @@ classifiers = [ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] |