Test against Python 3.15-dev, bump ty and Black (#738)

* Add Python 3.15-dev to test matrix
* Run ty check only on 3.14
* Bump Black version
* Update tabulate and use that in 
* Bump to latest ty
This commit is contained in:
Simon Willison 2026-05-17 16:52:48 -07:00 committed by GitHub
commit 8f0c06e188
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 175 additions and 216 deletions

View file

@ -33,7 +33,7 @@ dependencies = [
[dependency-groups]
dev = [
"black>=24.1.1",
"black>=26.3.1",
"cogapp",
"hypothesis",
"pytest",
@ -47,7 +47,9 @@ dev = [
# flake8
"flake8",
"flake8-pyproject",
"ty",
"ty>=0.0.37",
# For stable cog:
"tabulate>=0.10.0",
]
docs = [
"beanbag-docutils>=2.0",