11[build-system ]
2- requires = [" setuptools>=77.0" , " cython>=3.1.0a1 ,<4" ]
2+ requires = [" setuptools>=77.0" , " cython>=3.1.0 ,<4" ]
33
44[project ]
55name = " av"
@@ -10,7 +10,7 @@ authors = [
1010 {name = " WyattBlue" , email = " wyattblue@auto-editor.com" },
1111 {name = " Jeremy Lainé" , email = " jeremy.laine@m4x.org" },
1212]
13- requires-python = " >=3.9 "
13+ requires-python = " >=3.10 "
1414classifiers = [
1515 " Development Status :: 5 - Production/Stable" ,
1616 " Intended Audience :: Developers" ,
@@ -20,11 +20,11 @@ classifiers = [
2020 " Operating System :: Unix" ,
2121 " Operating System :: Microsoft :: Windows" ,
2222 " Programming Language :: Cython" ,
23- " Programming Language :: Python :: 3.9" ,
2423 " Programming Language :: Python :: 3.10" ,
2524 " Programming Language :: Python :: 3.11" ,
2625 " Programming Language :: Python :: 3.12" ,
2726 " Programming Language :: Python :: 3.13" ,
27+ " Programming Language :: Python :: 3.14" ,
2828 " Topic :: Software Development :: Libraries :: Python Modules" ,
2929 " Topic :: Multimedia :: Sound/Audio" ,
3030 " Topic :: Multimedia :: Sound/Audio :: Conversion" ,
0 commit comments