Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow Python 3.10, 3.11 or 3.12 #12

Merged
merged 1 commit into from
Jan 17, 2025
Merged

fix: allow Python 3.10, 3.11 or 3.12 #12

merged 1 commit into from
Jan 17, 2025

Conversation

sd2k
Copy link
Collaborator

@sd2k sd2k commented Jan 17, 2025

And run tests across all Python versions.

@sd2k sd2k requested a review from a team as a code owner January 17, 2025 09:36
@sd2k sd2k force-pushed the allow-python-3.11 branch from 84de679 to af3ce98 Compare January 17, 2025 09:39
And run tests across all Python versions.
@sd2k sd2k force-pushed the allow-python-3.11 branch from af3ce98 to ee98d3e Compare January 17, 2025 09:41
@sd2k sd2k enabled auto-merge January 17, 2025 09:42
@sd2k sd2k changed the title fix: allow Python 3.11 or 3.12 fix: allow Python 3.10, 3.11 or 3.12 Jan 17, 2025
Copy link
Contributor

@yoziru yoziru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM on 3.11
before

➜  mcp-grafana git:(main) uvx --from . mcp-grafana
  × No solution found when resolving tool dependencies:
  ╰─▶ Because the current Python version (3.11.10) does not satisfy Python>=3.12 and mcp-grafana==0.1.0 depends on Python>=3.12, we can conclude that mcp-grafana==0.1.0 cannot be used.
      And because only mcp-grafana==0.1.0 is available and you require mcp-grafana, we can conclude that your requirements are unsatisfiable.

after

➜  mcp-grafana git:(allow-python-3.11) uvx --from . mcp-grafana
   Built mcp-grafana @ file:///Users/<username>/Development/grafana/mcp-grafana
Installed 26 packages in 14ms
[01/17/25 10:46:09] DEBUG    Using selector: KqueueSelector   

@sd2k sd2k merged commit 23a71cf into main Jan 17, 2025
8 checks passed
@sd2k sd2k deleted the allow-python-3.11 branch January 17, 2025 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants