@@ -7,7 +7,7 @@ name = "querychat"
77version = " 0.2.2"
88description = " Chat with your data using natural language"
99readme = " pkg-py/README.md"
10- requires-python = " >=3.9 "
10+ requires-python = " >=3.10 "
1111license = { file = " pkg-py/LICENSE" }
1212authors = [
1313 {
name =
" Joe Cheng" ,
email =
" [email protected] " },
@@ -21,7 +21,7 @@ maintainers = [
2121dependencies = [
2222 " duckdb" ,
2323 " pandas" ,
24- " shiny" ,
24+ " shiny>=1.5.1 " ,
2525 " shinywidgets" ,
2626 " htmltools" ,
2727 " chatlas>=0.13.2" ,
@@ -32,12 +32,11 @@ dependencies = [
3232]
3333classifiers = [
3434 " Programming Language :: Python" ,
35- " Programming Language :: Python :: 3.8" ,
36- " Programming Language :: Python :: 3.9" ,
3735 " Programming Language :: Python :: 3.10" ,
3836 " Programming Language :: Python :: 3.11" ,
3937 " Programming Language :: Python :: 3.12" ,
4038 " Programming Language :: Python :: 3.13" ,
39+ " Programming Language :: Python :: 3.14" ,
4140]
4241
4342[project .urls ]
@@ -101,7 +100,7 @@ exclude = [
101100line-length = 88
102101indent-width = 4
103102
104- target-version = " py39 "
103+ target-version = " py310 "
105104
106105[tool .ruff .lint ]
107106extend-ignore = [
@@ -200,7 +199,7 @@ include = ["pkg-py/src/querychat"]
200199[tool .tox ]
201200legacy_tox_ini = """
202201[tox]
203- env_list = py3{9, 10,11,12}
202+ env_list = py3{10,11,12,13,14 }
204203isolated_build = True
205204
206205[testenv]
0 commit comments