diff --git a/wrappers/python/readme.md b/wrappers/python/readme.md index 8997b06615..d59453a44e 100644 --- a/wrappers/python/readme.md +++ b/wrappers/python/readme.md @@ -20,7 +20,7 @@ Package is available at https://pypi.python.org/pypi/pyrealsense2 To install the package, run: > `pip install pyrealsense2` -Windows users can install the RealSense SDK 2.0 from the release tab to get pre-compiled binaries of the wrapper, for both x86 and x64 architectures. (Python versions 3.8, 3.9, 3.10, 3.11 are supported). +Windows users can install the RealSense SDK 2.0 from the release tab to get pre-compiled binaries of the wrapper, for both x86 and x64 architectures. (Python versions 3.8, 3.9, 3.10, 3.11, 3.12 are supported). > **Note:** > Python 3.7 distributables can be found for pyrealsense2 versions <= 2.55.1 diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py index 20dfb946a0..2905ece22a 100644 --- a/wrappers/python/setup.py +++ b/wrappers/python/setup.py @@ -57,11 +57,11 @@ def __len__(self): 'Operating System :: Unix', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - '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', + 'Programming Language :: Python :: 3.12', 'Topic :: Multimedia :: Video', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Human Machine Interfaces',