Skip to content

Commit

Permalink
Drop support for Python 3.10
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 587137040
Change-Id: Ib536e639ca8fda954f33781381d8238c6e29a49d
  • Loading branch information
jagapiou authored and copybara-github committed Dec 1, 2023
1 parent a067718 commit 0978d9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ addopts = "-n auto"
testpaths = ["concordia", "examples"]

[tool.pytype]
python_version = "3.10"
python_version = "3.11"
inputs = ["concordia", "examples"]
# Keep going past errors to analyze as many files as possible.
keep_going = true
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
'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',
],
package_dir={
'concordia': 'concordia',
},
package_data={},
python_requires='>=3.10',
python_requires='>=3.11',
install_requires=[
# TODO: b/312199199 - remove some requirements.
'absl-py',
Expand Down

0 comments on commit 0978d9e

Please sign in to comment.