Skip to content

Commit 900e3d4

Browse files
authored
PR #13408 from Noy-Zini: remove py3.8 support
2 parents 81102ef + 0eb3016 commit 900e3d4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

wrappers/python/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Package is available at https://pypi.python.org/pypi/pyrealsense2
2020
To install the package, run:
2121
> `pip install pyrealsense2`
2222
23-
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).
23+
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.9, 3.10, 3.11, 3.12 are supported).
2424

2525
> **Note:**
2626
> Python 3.7 distributables can be found for pyrealsense2 versions <= 2.55.1

wrappers/python/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def __len__(self):
5757
'Operating System :: Unix',
5858
'Programming Language :: Python',
5959
'Programming Language :: Python :: 3',
60-
'Programming Language :: Python :: 3.8',
6160
'Programming Language :: Python :: 3.9',
6261
'Programming Language :: Python :: 3.10',
6362
'Programming Language :: Python :: 3.11',

0 commit comments

Comments
 (0)