Skip to content

Commit f836684

Browse files
alimuldalcopybara-github
authored andcommitted
Document that we now support Python 3.10
PiperOrigin-RevId: 414649248 Change-Id: Ifed29e291b3f85a5f3d571bf4d09f7da28f7d9b6
1 parent 50c13e6 commit f836684

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All significant changes to this project will be documented here.
44

55
## [Unreleased]
66

7+
* Add support for Python 3.10.
8+
79
## [1.5]
810

911
Release date: 2021-07-12

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def get_version():
3636
license='Apache License, Version 2.0',
3737
keywords='reinforcement-learning python machine learning',
3838
packages=find_packages(exclude=['examples']),
39+
python_requires='>=3.7',
3940
install_requires=[
4041
'absl-py',
4142
'dm-tree',
@@ -55,6 +56,7 @@ def get_version():
5556
'Programming Language :: Python :: 3.7',
5657
'Programming Language :: Python :: 3.8',
5758
'Programming Language :: Python :: 3.9',
59+
'Programming Language :: Python :: 3.10',
5860
'Topic :: Scientific/Engineering :: Artificial Intelligence',
5961
],
6062
)

0 commit comments

Comments
 (0)