From b19227ea28d6a4973e6ed891dad933236cd1239e Mon Sep 17 00:00:00 2001 From: Roman Dobosz Date: Wed, 2 Jun 2021 16:52:42 +0200 Subject: [PATCH] Bump python version. Current stable Python version is 3.9. I've checked against it and gertty is running fine. Change-Id: I5c61a2b5ce89316c0c678993267cd44197fde1e4 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 6929308..77c15d2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,8 @@ classifier = Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 keywords = gerrit console urwid review [files]