From cdcb0570c85f5c4738a08e4fb8b4de4770673ddc Mon Sep 17 00:00:00 2001 From: John Agapiou Date: Thu, 7 Dec 2023 05:00:57 -0800 Subject: [PATCH] Bump dev version and reallow Python 3.10 PiperOrigin-RevId: 588751855 Change-Id: Ib0e2d9faf4b9a530dc68f29494c0c1e7dae2cfae --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7afa3802..8200d42d 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setuptools.setup( name='gdm-concordia', - version='1.0.0.dev.0', + version='1.0.0.dev.1', license='Apache 2.0', license_files=['LICENSE'], url='https://github.com/google-deepmind/concordia', @@ -42,6 +42,7 @@ 'Operating System :: POSIX :: Linux', 'Operating System :: MacOS :: MacOS X', 'Programming Language :: Python :: 3 :: Only', + 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Topic :: Scientific/Engineering :: Artificial Intelligence', @@ -50,7 +51,7 @@ 'concordia': 'concordia', }, package_data={}, - python_requires='>=3.11', + python_requires='>=3.10', install_requires=[ # TODO: b/312199199 - remove some requirements. 'absl-py',