diff --git a/setup.py b/setup.py index 0d8ebe21..f9101852 100644 --- a/setup.py +++ b/setup.py @@ -56,10 +56,10 @@ "Topic :: Scientific/Engineering :: Artificial Intelligence", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ], keywords="optimization, root finding, implicit differentiation, jax", - requires_python=">=3.8", + requires_python=">=3.9", )