Skip to content

Commit 85d8305

Browse files
fix min version for release (#74)
1 parent 2883453 commit 85d8305

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: SolaceDev/solace-public-workflows/.github/workflows/hatch_ci.yml@main
2020
with:
2121
min-python-version: "3.11"
22+
max-python-version: "3.13"
2223
whitesource_product_name: "solace-agent-mesh"
2324
whitesource_config_file: "wss-unified-agent.config"
2425
npm_package_path: web-visualizer

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3",
1818
"Programming Language :: Python :: 3.11",
1919
"Programming Language :: Python :: 3.12",
20+
"Programming Language :: Python :: 3.13",
2021
"License :: OSI Approved :: Apache Software License",
2122
"Operating System :: OS Independent",
2223
]
@@ -98,4 +99,4 @@ installer = "pip"
9899

99100

100101
[[tool.hatch.envs.hatch-test.matrix]]
101-
python = ["3.10", "3.11", "3.12", "3.13"]
102+
python = ["3.11", "3.12", "3.13"]

0 commit comments

Comments
 (0)