Skip to content

Commit 5724927

Browse files
bump python version
1 parent 7faf2ed commit 5724927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "commit0"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "A development and evaluation framework for using language models to generate libraries."
99
readme = "README.md"
10-
requires-python = ">=3.10"
10+
requires-python = ">=3.11"
1111
dependencies = [
1212
"ruff>=0.6.4",
1313
"pre-commit>=3.8.0",

0 commit comments

Comments
 (0)