Skip to content

Commit 235d720

Browse files
authored
Removes python 3.8 and adds 3.13 and 3.14. (#30)
* Removes python 3.8 and adds 3.13 and 3.14. * Update the license specifier format in pyproject.toml
1 parent 8323317 commit 235d720

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
max-parallel: 12
1212
matrix:
1313
os: [ubuntu-latest, macos-latest, windows-latest]
14-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
14+
python-version: [3.9, "3.10", "3.11", "3.12", "3.13", "3.14"]
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Checkout submodules

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ classifiers=[
1616
"Environment :: Console",
1717
"Intended Audience :: Developers",
1818
"Intended Audience :: Science/Research",
19-
"License :: OSI Approved :: MIT License",
2019
"Operating System :: OS Independent",
2120
"Programming Language :: Python :: 3",
2221
"Topic :: Scientific/Engineering",
2322
"Topic :: Multimedia :: Sound/Audio",
2423
]
2524
keywords=["samplerate", "converter", "signal processing", "audio"]
26-
license = {text = "MIT"}
25+
license = "MIT"
2726
dependencies = ["numpy"]
2827

2928
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)