From dfa261b692e289f9a78b48347d3dfb309325cba2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 3 Feb 2024 10:10:29 -0500 Subject: [PATCH] Update REQUIRES_PYTHON version to 3.10.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ae73eed..d6b620e 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ DESCRIPTION = "An API Client for the Neon API." URL = "https://github.com/kennethreitz/neon-client" EMAIL = "me@kennethreitz.org" AUTHOR = "Kenneth Reitz" -REQUIRES_PYTHON = ">=3.6.0" +REQUIRES_PYTHON = ">=3.10.0" VERSION = "0.1.0" # What packages are required for this module to be executed?