Skip to content

Commit

Permalink
No Python 3.12 again
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Feb 18, 2024
1 parent 1cd0c62 commit 2add766
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ["3.9", "3.10", "3.11", "3.12"]
python_version: ["3.9", "3.10", "3.11"]
steps:
- run: |
sudo apt-get install python3-dev build-essential swig libatlas-base-dev
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def compile_snowboy():
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
keywords="rhasspy wyoming snowboy wake word",
cmdclass={"build": SnowboyBuild},
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
env_list =
py{39,310,311,312}
py{39,310,311}
minversion = 4.12.1

[testenv]
Expand Down

0 comments on commit 2add766

Please sign in to comment.