From 70a8712e067a1d7bc3f463a486f318adc0799ef9 Mon Sep 17 00:00:00 2001 From: Braelyn Boynton Date: Fri, 3 May 2024 12:18:26 -0700 Subject: [PATCH] bump version number and min python (#183) --- pyproject.toml | 4 ++-- tox.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db81f3b6..a3f14a93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "agentops" -version = "0.1.6" +version = "0.1.7" authors = [ { name="Alex Reibman", email="areibman@gmail.com" }, { name="Shawn Qiu", email="siyangqiu@gmail.com" }, @@ -13,7 +13,7 @@ authors = [ ] description = "Python SDK for developing AI agent evals and observability" readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", diff --git a/tox.ini b/tox.ini index 50ed7f77..217cd70b 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py310, py311 +envlist = py310,py311,py312 [testenv] deps =