Skip to content

Commit

Permalink
chore: drop python 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis committed Nov 19, 2024
1 parent 7d13422 commit 0e474da
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ classifiers = [
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Software Development :: Code Generators",
]

requires-python = ">=3.12"
requires-python = ">=3.13"

dependencies = ["langchain_openai~=0.2.9", "langchain~=0.3.7", "pyyaml~=6.0"]

Expand Down Expand Up @@ -79,9 +78,6 @@ features = ["devel"]
# See: https://github.com/pypa/hatch/issues/1639
pre-install-commands = ["uv pip install .[devel-test]"]

[[tool.hatch.envs.test.matrix]]
python = ["3.12", "3.13"]

################################################################################
## UV Configuration
################################################################################
Expand Down

0 comments on commit 0e474da

Please sign in to comment.