From 5d7099f722a4bff3100720781547d2a38930eea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= <6774676+eumiro@users.noreply.github.com> Date: Mon, 11 Jan 2021 20:46:56 +0100 Subject: Add support for Python 3.9 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 43c2011..6f40d55 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,7 @@ setup(name='python-magic', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: Implementation :: CPython', ], ) -- cgit v1.2.1