summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Diemer <github.com@jensdiemer.de>2020-11-04 08:35:25 +0100
committerGitHub <noreply@github.com>2020-11-04 08:35:25 +0100
commit808dbc0552a38b15f3f31e1ca611e7b31b7870ac (patch)
treebbcc01a8cecfb0616c43852a15c6b604b6df385a
parent7e030639cee435ca80bcce1a31ab35387d5eb87c (diff)
parent751582831fc6055fcc9b1b334be7393978deb962 (diff)
downloadcreole-808dbc0552a38b15f3f31e1ca611e7b31b7870ac.tar.gz
Merge pull request #55 from jugmac00/patch-1
Add missing classifier for Python 3.9
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a1d44fe..e9f5fdc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,6 +20,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 :: PyPy",
"Operating System :: OS Independent",
"Topic :: Documentation",