Skip to content

Commit

Permalink
add python 3.10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Nov 7, 2022
1 parent eb34a0a commit c558086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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. (Both Python 2.7 and Python 3 (3.6, 3.7, 3.8, 3.9) 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.6, 3.7, 3.8, 3.9, 3.10 are supported).


## Building From Source
Expand Down
1 change: 1 addition & 0 deletions wrappers/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def __len__(self):
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Multimedia :: Video',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Human Machine Interfaces',
Expand Down

0 comments on commit c558086

Please sign in to comment.