File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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
911Release date: 2021-07-12
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments