Update github workflow to use uv

This commit is contained in:
2026-02-05 20:20:29 -08:00
parent 7c54bf3823
commit 79b56d770f
2 changed files with 16 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ authors = [
{name = "Maks Snegov", email = "snegov@spqr.link"}
]
readme = "README.md"
requires-python = ">=3.6"
requires-python = ">=3.8"
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
@@ -34,3 +34,8 @@ packages = ["curateipsum"]
[tool.setuptools_scm]
version_file = "curateipsum/_version.py"
[dependency-groups]
dev = [
"pytest>=7.0.1",
]