From 60dd1d1d7ac23aaa032ffe25a00a3774a089d06e Mon Sep 17 00:00:00 2001 From: Chris Barnes Date: Wed, 17 Jan 2024 19:22:35 +0000 Subject: [PATCH] Test against python 3.12 Also pins ncollpyde to =3.1 matplotlib>=3.6 morphops>=0.1.11 -ncollpyde>=0.18 +ncollpyde>=0.18,<0.20 networkx>=2.4 numpy>=1.16 pandas>=1.0 diff --git a/setup.py b/setup.py index 3a6e3cab..f1595049 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', - # 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.12', ], install_requires=install_requires, extras_require=dict(extras_require),