Skip to content

Commit 0cfcd2f

Browse files
committed
Require Python 3.10 for uv environment
1 parent edaa508 commit 0cfcd2f

3 files changed

Lines changed: 78 additions & 1194 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Feel free to open issues and pull requests on GitHub.
4343

4444
## Development
4545

46-
This project uses a uv-managed virtual environment by default. The lockfile is tracked so local development and CI use the same dependency resolution.
46+
This project supports Python 3.10 and newer. It uses a uv-managed virtual environment by default. The lockfile is tracked so local development and CI use the same dependency resolution.
4747

4848
Install the development environment:
4949
```bash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "python-datastore-sqlalchemy"
77
version = "9.0.3"
88
description = "SQLAlchemy dialect for google cloud datastore"
99
readme = "README.md"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.10"
1111
license = { text = "MIT" }
1212
authors = [
1313
{ name = "HY Chang(splasky)", email = "hychang.1997.tw@gmail.com" },

0 commit comments

Comments
 (0)