Add pyproject.toml compatiblity workflow to ensure pyproject.toml works across versions

This commit is contained in:
Mark Backman
2025-08-06 11:23:51 -04:00
parent a21a65587e
commit c93f2900e8
2 changed files with 51 additions and 1 deletions

2
uv.lock generated
View File

@@ -4337,7 +4337,7 @@ dev = [
{ name = "pytest", specifier = "~=8.4.1" },
{ name = "pytest-aiohttp", specifier = "==1.1.0" },
{ name = "pytest-asyncio", specifier = "~=1.0.0" },
{ name = "python-dotenv", specifier = "~=1.1.1" },
{ name = "python-dotenv", specifier = ">=1.0.1,<2.0.0" },
{ name = "ruff", specifier = "~=0.12.1" },
{ name = "setuptools", specifier = "~=78.1.1" },
{ name = "setuptools-scm", specifier = "~=8.3.1" },