Skip to content

Commit

Permalink
CI: Add support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 3, 2023
1 parent 247c5d5 commit 018402e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ "ubuntu-latest" ]
python-version: [ "3.7", "3.11" ]
python-version: [ "3.7", "3.11", "3.12" ]
grafana-version: [ "6.7.6", "7.5.17", "8.5.27", "9.5.10", "10.1.2" ]

env:
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ in progress
by many more details about data inquiry / queries. Thanks, @meyerder.
- Add ``plugins {list,status}`` subcommands, to inquire installed Grafana
plugins. Thanks, @bhks.
- CI: Add support for Python 3.12

2023-07-30 0.15.2
=================
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Communications",
"Topic :: Database",
"Topic :: Internet",
Expand Down

0 comments on commit 018402e

Please sign in to comment.