Skip to content

Commit 17dcb4a

Browse files
authored
Merge pull request #18 from grafana/bump-requires-python
fix: bump requires-python to >=3.11
2 parents a16901c + da782e6 commit 17dcb4a

3 files changed

Lines changed: 3 additions & 78 deletions

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ['3.10', '3.11', '3.12']
15+
python-version: ['3.11', '3.12', '3.13']
1616
fail-fast: false
1717

1818
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
{ name = "Ben Sully", email = "ben.sully@grafana.com" }
88
]
99
license = { file = "LICENSE" }
10-
requires-python = ">=3.10"
10+
requires-python = ">=3.11"
1111
dependencies = [
1212
"httpx>=0.28.1",
1313
"mcp[cli]==1.2.1",

0 commit comments

Comments
 (0)