From 00721dc747f28a0f6fb7abd93b32d3772526e4f3 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Fri, 3 Jun 2022 08:48:30 -0700 Subject: [PATCH] Add support for Python 3.10 Unit tests are currently passing on python 3.10, and distributions shipping python 3.10. Mark dib as supporting this in setup.cfg Change-Id: I32dfefbe4bf5285d94b92822fd64141b748ae9ef --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index a7ef62aa8..da8675f22 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,6 +16,7 @@ classifier = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Environment :: Console python_requires = >=3.6