diff --git a/README.md b/README.md
index 64bf561..536ddbd 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
---
-[](https://pypi.org/project/tianshou/) [](https://github.com/conda-forge/tianshou-feedstock) [](https://tianshou.readthedocs.io/en/master) [](https://tianshou.readthedocs.io/zh/master/) [](https://github.com/thu-ml/tianshou/actions) [](https://codecov.io/gh/thu-ml/tianshou) [](https://github.com/thu-ml/tianshou/issues) [](https://github.com/thu-ml/tianshou/stargazers) [](https://github.com/thu-ml/tianshou/network) [](https://github.com/thu-ml/tianshou/blob/master/LICENSE)
+[](https://pypi.org/project/tianshou/) [](https://github.com/conda-forge/tianshou-feedstock) [](https://tianshou.readthedocs.io/en/master) [](https://tianshou.readthedocs.io/zh/master/) [](https://github.com/thu-ml/tianshou/actions) [](https://codecov.io/gh/thu-ml/tianshou) [](https://github.com/thu-ml/tianshou/issues) [](https://github.com/thu-ml/tianshou/stargazers) [](https://github.com/thu-ml/tianshou/network) [](https://github.com/thu-ml/tianshou/blob/master/LICENSE)
> ⚠️️ **Transition to Gymnasium**: The maintainers of OpenAI Gym have recently released [Gymnasium](http://github.com/Farama-Foundation/Gymnasium),
> which is where future maintenance of OpenAI Gym will be taking place.
@@ -69,7 +69,7 @@ In Chinese, Tianshou means divinely ordained and is derived to the gift of being
## Installation
-Tianshou is currently hosted on [PyPI](https://pypi.org/project/tianshou/) and [conda-forge](https://github.com/conda-forge/tianshou-feedstock). It requires Python >= 3.6.
+Tianshou is currently hosted on [PyPI](https://pypi.org/project/tianshou/) and [conda-forge](https://github.com/conda-forge/tianshou-feedstock). It requires Python >= 3.8.
You can simply install Tianshou from PyPI with the following command:
diff --git a/docs/index.rst b/docs/index.rst
index 9ddfb07..7f557fa 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -63,7 +63,7 @@ Here is Tianshou's other features:
Installation
------------
-Tianshou is currently hosted on `PyPI `_ and `conda-forge `_. It requires Python >= 3.6.
+Tianshou is currently hosted on `PyPI `_ and `conda-forge `_. It requires Python >= 3.8.
You can simply install Tianshou from PyPI with the following command:
diff --git a/setup.py b/setup.py
index 175a0a6..f399ff2 100644
--- a/setup.py
+++ b/setup.py
@@ -74,7 +74,7 @@ setup(
author="TSAIL",
author_email="trinkle23897@gmail.com",
license="MIT",
- python_requires=">=3.6",
+ python_requires=">=3.8",
classifiers=[
# How mature is this project? Common values are
# 3 - Alpha
@@ -89,11 +89,10 @@ setup(
"License :: OSI Approved :: MIT License",
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
- "Programming Language :: Python :: 3.6",
- "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
],
keywords="reinforcement learning platform pytorch",
packages=find_packages(
diff --git a/tianshou/py.typed b/tianshou/py.typed
new file mode 100644
index 0000000..e69de29