From ed0b9e4594a8ad2627cc6c713447b5e62953f3bb Mon Sep 17 00:00:00 2001 From: matt200-ok Date: Tue, 18 Jun 2024 16:12:47 -0700 Subject: [PATCH] removed python 3.7 from workflow, readme, and setup (#143) --- .github/workflows/python-demos.yml | 2 +- .github/workflows/python.yml | 2 +- binding/python/README.md | 2 +- binding/python/setup.py | 2 +- demo/python/README.md | 2 +- demo/python/setup.py | 2 +- demo/youtube/README.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/python-demos.yml b/.github/workflows/python-demos.yml index af98c18..a76b7e4 100644 --- a/.github/workflows/python-demos.yml +++ b/.github/workflows/python-demos.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index de07eb0..e833c3c 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -37,7 +37,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v3 diff --git a/binding/python/README.md b/binding/python/README.md index c4e3a37..778ccc0 100644 --- a/binding/python/README.md +++ b/binding/python/README.md @@ -10,7 +10,7 @@ hypothesis (e.g. homophones) ## Compatibility -- Python 3.5+ +- Python 3.8+ - Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64) ## Installation diff --git a/binding/python/setup.py b/binding/python/setup.py index b3abeed..4911b03 100644 --- a/binding/python/setup.py +++ b/binding/python/setup.py @@ -55,6 +55,6 @@ "Programming Language :: Python :: 3", "Topic :: Multimedia :: Sound/Audio :: Speech" ], - python_requires='>=3.5', + python_requires='>=3.8', keywords="Speech-to-Index, Voice Search, Keyword Spotting, Speech Recognition, Voice Recognition" ) diff --git a/demo/python/README.md b/demo/python/README.md index cfba9e1..91b29d6 100644 --- a/demo/python/README.md +++ b/demo/python/README.md @@ -10,7 +10,7 @@ Octopus is Picovoice's Speech-to-Index engine. It directly indexes speech withou ## Compatibility -- Python 3 +- Python 3.8+ - Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64). ## AccessKey diff --git a/demo/python/setup.py b/demo/python/setup.py index 25c286f..0026dcf 100644 --- a/demo/python/setup.py +++ b/demo/python/setup.py @@ -46,6 +46,6 @@ 'octopus_demo=pvoctopusdemo.octopus_demo:main', ], ), - python_requires='>=3.5', + python_requires='>=3.8', keywords="Speech-to-Index, Voice Search, Keyword Spotting, Speech Recognition, Voice Recognition", ) diff --git a/demo/youtube/README.md b/demo/youtube/README.md index b56f3df..321d08a 100644 --- a/demo/youtube/README.md +++ b/demo/youtube/README.md @@ -2,7 +2,7 @@ ## Prerequisite -- Python 3.5+ +- Python 3.8+ ## AccessKey