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 Mar 29, 2024
1 parent ffd6200 commit 0ec064a
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -26,7 +26,7 @@ jobs:
fail-fast: false
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.18", "10.3.5", "10.4.1" ]

env:
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ in progress
- OCI: Removed builds for linux/arm/v7
- Dependencies: Use ``verlib2`` instead of ``packaging``
- Dependencies: Updated to ``docopt-ng``
- Added support for Python 3.12

2024-03-07 0.18.0
=================
Expand Down Expand Up @@ -37,6 +38,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 0ec064a

Please sign in to comment.