From f927a3481cc9bd6a3b008163f14d259259103e1c Mon Sep 17 00:00:00 2001 From: Erik Cederstrand Date: Thu, 17 Aug 2023 21:31:27 +0200 Subject: [PATCH] Remove upper restriction on Python version Allows installing this package on Python 3.10 --- structuremap/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structuremap/__init__.py b/structuremap/__init__.py index a4782ea..65ecb55 100644 --- a/structuremap/__init__.py +++ b/structuremap/__init__.py @@ -13,7 +13,7 @@ "software", "AlphaPept ecosystem", ] -__python_version__ = ">=3.8,<3.10" +__python_version__ = ">=3.8" __classifiers__ = [ "Development Status :: 1 - Planning", # "Development Status :: 2 - Pre-Alpha",