Procházet zdrojové kódy

Add Python 3.10 classifier

Unrud před 4 roky
rodič
revize
e176567ad0
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -97,6 +97,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 :: Implementation :: CPython",
         "Programming Language :: Python :: Implementation :: PyPy",
         "Topic :: Office/Business :: Groupware"])