File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 18
18
ci :
19
19
uses : SolaceDev/solace-public-workflows/.github/workflows/hatch_ci.yml@main
20
20
with :
21
- min-python-version : " 3.11 "
21
+ min-python-version : " 3.10 "
22
22
whitesource_product_name : " solace-ai-connector-web"
23
23
whitesource_config_file : " wss-unified-agent.config"
24
24
npm_package_path : src/solace_ai_connector_web/frontend
Original file line number Diff line number Diff line change @@ -12,14 +12,15 @@ license = { file = "LICENSE" }
12
12
readme = " README.md"
13
13
classifiers = [
14
14
" Programming Language :: Python" ,
15
+ " Programming Language :: Python :: 3.10" ,
15
16
" Programming Language :: Python :: 3.11" ,
16
17
" Programming Language :: Python :: 3.12" ,
17
18
" Programming Language :: Python :: Implementation :: CPython" ,
18
19
" Programming Language :: Python :: Implementation :: PyPy" ,
19
20
]
20
21
21
22
description = " Web interface for Solace Agent Mesh"
22
- requires-python = " >=3.11 "
23
+ requires-python = " >=3.10.16 "
23
24
dependencies = [
24
25
" flask~=3.0.3" ,
25
26
" requests~=2.32.3" ,
@@ -61,7 +62,7 @@ installer = "pip"
61
62
62
63
# Specify minimum and maximum Python versions to test
63
64
[[tool .hatch .envs .hatch-test .matrix ]]
64
- python = [" 3.11 " , " 3.12" ]
65
+ python = [" 3.10 " , " 3.12" ]
65
66
66
67
67
68
[tool .ruff ]
You can’t perform that action at this time.
0 commit comments