ysde / grafana-backup-tool

A Python-based application to backup Grafana settings by using the Grafana API
MIT License
877 stars 277 forks source link

hide_version-config: add version as config/env var #226

Closed chriz-active closed 1 year ago

chriz-active commented 1 year ago

Fixes: https://github.com/ysde/grafana-backup-tool/issues/225

chriz-active commented 1 year ago

hi @ysde are you planning to fix the following issue:

Run actions/setup-python@v2
Warning: The support for python 2.7 will be removed on June 19. Related issue: https://github.com/actions/setup-python/issues/672
Version 2.7 was not found in the local cache
Error: Version 2.7 with arch x64 not found
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

As far as I understand, your github-actions will not run through with python v2.7 Do you still want to test for python2.7?

chriz-active commented 1 year ago

Note: I messed up our branch and by fixing it, github decided to close the original pull request: https://github.com/ysde/grafana-backup-tool/pull/226

Sorry for that.