From 4cad4ee8b115e6eec9ef26a3e888e8453d85b014 Mon Sep 17 00:00:00 2001 From: Filipe Laíns Date: Thu, 24 Jun 2021 16:40:49 +0100 Subject: setup.cfg: add missing Python version trove classifiers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filipe Laíns --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 2798871..deb0939 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,6 +12,8 @@ classifiers = Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Topic :: System :: Operating System Kernels :: Linux url = https://github.com/FFY00/python-ioctl -- cgit v1.2.3