From e92c7a0c4e1df768ad6a7e4998c518d41c77dad7 Mon Sep 17 00:00:00 2001 From: Nicholas Long Date: Mon, 7 Nov 2022 07:10:21 -0700 Subject: [PATCH] 3.7 is the correct classifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe648eaff..ee63a2383 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ "Intended Audience :: Developers", "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering", - "Programming Language :: Python :: 3.7.1", + "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",