bump workflow python versions

This commit is contained in:
david.scripka 2025-10-17 22:09:07 -04:00
parent a818cd9f17
commit b02327d87c
2 changed files with 4 additions and 5 deletions

View file

@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.8"
python-version: "3.10"
- name: Install pypa/build
run: >-
python -m

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
@ -28,7 +28,6 @@ jobs:
sudo apt-get install libspeexdsp-dev
python -m pip install --upgrade pip
pip install -e .[test]
pip install https://github.com/dscripka/openWakeWord/releases/download/v0.1.1/speexdsp_ns-0.1.2-cp38-cp38-linux_x86_64.whl
- name: Test with pytest
run: |
pytest
@ -37,7 +36,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.8"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3