Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Bauer <horatio@gmail.com>2022-09-14 22:00:33 +0300
committerJohn Bauer <horatio@gmail.com>2022-09-15 01:21:18 +0300
commit788b2a9cf3d32b79149480073c446a00c729b5be (patch)
treeca14608d469043d4f6fed2278803bbf81bbde489
parent8c1d9d80e2e12729f60f05b81e88e113fbdd3482 (diff)
3.9 is a supported version of python now
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 042e4502..24bc40e8 100644
--- a/setup.py
+++ b/setup.py
@@ -63,6 +63,7 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
],
# What does your project relate to?