Skip to content

Commit c060d98

Browse files
committed
CI: Add support for Python 3.12
1 parent 33144b0 commit c060d98

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-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
fail-fast: false
2727
matrix:
2828
os: [ "ubuntu-latest" ]
29-
python-version: [ "3.7", "3.11" ]
29+
python-version: [ "3.7", "3.11", "3.12" ]
3030
grafana-version: [ "6.7.6", "7.5.17", "8.5.27", "9.5.18", "10.3.5", "10.4.1" ]
3131

3232
env:

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ in progress
1010
- Dependencies: Use ``verlib2`` instead of ``packaging``
1111
- Dependencies: Updated to ``docopt-ng``
1212
- Add subcommand ``explore permissions``. Thanks, @meyerder.
13+
- Added support for Python 3.12
1314

1415
2024-03-07 0.18.0
1516
=================

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"Programming Language :: Python :: 3.9",
6868
"Programming Language :: Python :: 3.10",
6969
"Programming Language :: Python :: 3.11",
70+
"Programming Language :: Python :: 3.12",
7071
"Topic :: Communications",
7172
"Topic :: Database",
7273
"Topic :: Internet",

0 commit comments

Comments
 (0)