Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouya Rostam committed Jan 31, 2024
1 parent 983d162 commit 552e1e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion binding/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ applications. It is

## Compatibility

- Python 3.5+
- Python 3.7+
- Runs on Linux (x86_64), macOS (x86_64 and arm64), Windows (x86_64), Raspberry Pi, NVIDIA Jetson (Nano), and BeagleBone.

## Installation
Expand Down
2 changes: 1 addition & 1 deletion binding/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@
"Programming Language :: Python :: 3",
"Topic :: Multimedia :: Sound/Audio :: Speech"
],
python_requires='>=3.5',
python_requires='>=3.7',
keywords="wake word engine, hotword detection, keyword spotting, wake word detection, voice commands",
)
2 changes: 1 addition & 1 deletion demo/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ applications. It is

## Compatibility

- Python 3.5+
- Python 3.7+
- Runs on Linux (x86_64), Mac (x86_64 and arm64), Windows (x86_64), Raspberry Pi (all variants), NVIDIA Jetson (Nano), and BeagleBone.

## Installation
Expand Down
2 changes: 1 addition & 1 deletion demo/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
'porcupine_demo_mic=pvporcupinedemo.porcupine_demo_mic:main',
],
),
python_requires='>=3.5',
python_requires='>=3.7',
keywords="wake word engine, hotword detection, keyword spotting, wake word detection, voice commands",
)

0 comments on commit 552e1e4

Please sign in to comment.