-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Milestone
Description
We should probably reduce support to 3.10+ (3.9 is approaching end of life and 3.8 has been retired). (fix in pyproject.toml
)
Then also update pyproject.toml
to include classifiers for all supported python versions (this is so it shows up appropriately on PyPI & in badge):
```
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file