Skip to content

Commit

Permalink
Bump dev version and reallow Python 3.10
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588751855
Change-Id: Ib0e2d9faf4b9a530dc68f29494c0c1e7dae2cfae
  • Loading branch information
jagapiou authored and copybara-github committed Dec 7, 2023
1 parent 25eb693 commit cdcb057
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit cdcb057

Please sign in to comment.