From a47f069d97fec5497d9883a8310a89d8a5f9c2fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kundr=C3=A1t?= Date: Mon, 31 May 2021 19:02:19 +0200 Subject: [PATCH] PyPI: Python 3.9 is supported as well We've been testing with Python 3.9 via Travis since this February, so let's mark the project accordingly. Once a release which contains this commit gets uploaded to PyPI, it will be propagated to the pip's web interface. Change-Id: I84635157565f1dbe9936231fa32ef3f6a0605e2f --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 4ee8ae64..16818419 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,7 @@ classifier = 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 Topic :: Scientific/Engineering Topic :: Scientific/Engineering :: Physics