From 1c8efb03139ed9ef008b929002cd2e931ceeb893 Mon Sep 17 00:00:00 2001 From: staticdev Date: Wed, 23 Sep 2020 15:14:44 -0300 Subject: [PATCH] Remove python 3.9 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bdf06dec..116fc3d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ documentation = "https://git-portfolio.readthedocs.io" classifiers = [ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", ] [tool.poetry.urls]