From 858301cde5de5c728f8172f782dafba1ea07ac2e Mon Sep 17 00:00:00 2001 From: Timo Ewalds Date: Wed, 20 Sep 2023 10:02:31 +0000 Subject: [PATCH] Annotate that graphcast only works with 3.10 and above. PiperOrigin-RevId: 566905504 Change-Id: I686fedc5c416895937d12dd6893760ae18964b0f --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d76155..04f449b 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,8 @@ "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", - "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Atmospheric Science", "Topic :: Scientific/Engineering :: Physics",