Skip to content

Commit 3fdda96

Browse files
committed
add python 3.14 to test matrix
1 parent e3824eb commit 3fdda96

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ 'ubuntu-22.04', 'windows-latest' ]
13-
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
13+
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
1414
include:
1515
- python-version: '3.7'
1616
os: 'macos-13'
@@ -26,6 +26,8 @@ jobs:
2626
os: 'macos-latest'
2727
- python-version: '3.13'
2828
os: 'macos-latest'
29+
- python-version: '3.14'
30+
os: 'macos-latest'
2931
steps:
3032
- uses: actions/checkout@v4
3133
with:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def read_file(fname):
5555
'Programming Language :: Python :: 3.11',
5656
'Programming Language :: Python :: 3.12',
5757
'Programming Language :: Python :: 3.13',
58+
'Programming Language :: Python :: 3.14',
5859
'Topic :: Multimedia :: Sound/Audio :: Analysis',
5960
'Topic :: Multimedia :: Sound/Audio :: Speech',
6061
],

0 commit comments

Comments
 (0)