Skip to content

Commit

Permalink
PR IntelRealSense#13143 from Noy-Zini: remove_py3.7_add_py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az authored Jul 11, 2024
2 parents 71c0a61 + d9ae709 commit 2944f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wrappers/python/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wrappers/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2944f28

Please sign in to comment.