Skip to content

Commit 306967b

Browse files
committed
CI: Only run on the oldest and newest supported versions of Python
In order to save resources.
1 parent fd21eaf commit 306967b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [ "ubuntu-latest" ]
29-
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
29+
python-version: [ "3.7", "3.11" ]
3030
grafana-version: [ "6.7.6", "7.5.17", "8.5.15", "9.2.7" ]
3131

3232
env:

0 commit comments

Comments
 (0)