Skip to content

Commit c890532

Browse files
use 3.10.16 as min version
1 parent cda8b1b commit c890532

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ci:
1919
uses: SolaceDev/solace-public-workflows/.github/workflows/hatch_ci.yml@main
2020
with:
21-
min-python-version: "3.11"
21+
min-python-version: "3.10"
2222
whitesource_product_name: "solace-ai-connector-web"
2323
whitesource_config_file: "wss-unified-agent.config"
2424
npm_package_path: src/solace_ai_connector_web/frontend

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ license = { file = "LICENSE" }
1212
readme = "README.md"
1313
classifiers = [
1414
"Programming Language :: Python",
15+
"Programming Language :: Python :: 3.10",
1516
"Programming Language :: Python :: 3.11",
1617
"Programming Language :: Python :: 3.12",
1718
"Programming Language :: Python :: Implementation :: CPython",
1819
"Programming Language :: Python :: Implementation :: PyPy",
1920
]
2021

2122
description = "Web interface for Solace Agent Mesh"
22-
requires-python = ">=3.11"
23+
requires-python = ">=3.10.16"
2324
dependencies = [
2425
"flask~=3.0.3",
2526
"requests~=2.32.3",
@@ -61,7 +62,7 @@ installer = "pip"
6162

6263
# Specify minimum and maximum Python versions to test
6364
[[tool.hatch.envs.hatch-test.matrix]]
64-
python = ["3.11", "3.12"]
65+
python = ["3.10", "3.12"]
6566

6667

6768
[tool.ruff]

0 commit comments

Comments
 (0)