weaveworks / grafanalib

Python library for building Grafana dashboards
Apache License 2.0
1.86k stars 309 forks source link

Update python compatibility in README #610

Closed emirkmo closed 1 year ago

emirkmo commented 1 year ago

What does this do?

Update max python version compatibility in readme to include python 3.11.

Why is it a good idea?

3.11 is part of tests so README should not mislead about only supporting up to python 3.10

Context

See passing tests https://github.com/weaveworks/grafanalib/actions/runs/5575606128/job/15097310698. It is also published to pypi.

Questions

I don't think such a minor docs fix needs a CHANGELOG entry, correct?