Add new python-compatiblity workflow to check for dependency compatibility across supported python versions

This commit is contained in:
Mark Backman
2025-08-06 12:13:45 -04:00
parent 4364990fd0
commit 41a22d3bf4
3 changed files with 62 additions and 5 deletions

View File

@@ -34,8 +34,6 @@ dependencies = [
"resampy~=0.4.3",
"soxr~=0.5.0",
"openai>=1.74.0,<2",
# Explicit dependency pins for Python 3.11+ compatibility
"numba>=0.60.0,<1",
]
[project.urls]