Skip to content

Commit 2db8361

Browse files
committed
Remove support for Python 3.14
1 parent 6d191e4 commit 2db8361

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
16+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v6

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ classifiers = [
1414
"Programming Language :: Python :: 3.11",
1515
"Programming Language :: Python :: 3.12",
1616
"Programming Language :: Python :: 3.13",
17-
"Programming Language :: Python :: 3.14",
1817
"Topic :: Multimedia :: Sound/Audio :: Conversion",
1918
]
2019
dependencies = [

0 commit comments

Comments
 (0)