We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a992a commit b71ceddCopy full SHA for b71cedd
setup.py
@@ -95,7 +95,7 @@ def run(self):
95
long_description=get_readme(),
96
long_description_content_type="text/markdown",
97
author="Center for Human-Compatible AI and Google",
98
- python_requires=">=3.7.0",
+ python_requires=">=3.8.0",
99
packages=find_packages("src"),
100
package_dir={"": "src"},
101
package_data={"imitation": ["py.typed", "envs/examples/airl_envs/assets/*.xml"]},
@@ -161,8 +161,9 @@ def run(self):
161
"License :: OSI Approved :: MIT License",
162
"Programming Language :: Python",
163
"Programming Language :: Python :: 3",
164
- "Programming Language :: Python :: 3.7",
165
"Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
166
+ "Programming Language :: Python :: 3.10",
167
"Programming Language :: Python :: Implementation :: CPython",
168
"Programming Language :: Python :: Implementation :: PyPy",
169
],
0 commit comments