Skip to content

Commit f27644e

Browse files
committed
CI/GHA test matrix: Use Grafana 7.5.11 and 8.3.1 and add Python 3.10
1 parent 5dc7dfe commit f27644e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ ubuntu-latest ] # , macos-latest, windows-latest ]
21-
python-version: [ "3.6", "3.7", "3.8", "3.9" ]
22-
grafana-version: [ "6.7.6", "7.5.10", "8.1.5" ]
21+
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
22+
grafana-version: [ "6.7.6", "7.5.11", "8.3.1" ]
2323
include:
2424
- os: ubuntu-latest
2525
path: ~/.cache/pip

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ in progress
77
===========
88
- Upgrade to ``colored==1.4.3``
99
- Tests: Use ``.env`` file for propagating environment variables to Docker Compose
10+
- CI/GHA test matrix: Use Grafana 7.5.11 and 8.3.1 and add Python 3.10
1011

1112
2021-10-01 0.10.0
1213
=================

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"Programming Language :: Python :: 3.7",
6060
"Programming Language :: Python :: 3.8",
6161
"Programming Language :: Python :: 3.9",
62+
"Programming Language :: Python :: 3.10",
6263
"Topic :: Communications",
6364
"Topic :: Database",
6465
"Topic :: Internet",

0 commit comments

Comments
 (0)