From 171f250cd604caeea971d1f42ad8063673865a0b Mon Sep 17 00:00:00 2001 From: Neil Girdhar Date: Thu, 4 Jan 2024 12:39:21 +0700 Subject: [PATCH] Drop Python 3.8 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", )