Skip to content

Commit e96bf02

Browse files
committed
CI: Verify support on Python 3.13
1 parent 25dd79a commit e96bf02

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.8", "3.12" ]
29+
python-version: [ "3.8", "3.13" ]
3030
grafana-version: [ "6.7.6", "7.5.17", "8.5.27", "9.5.18", "10.3.5", "10.4.1", "11.1.0" ]
3131

3232
env:

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ grafana-wtf changelog
55

66
in progress
77
===========
8+
- CI: Verified support on Python 3.13
89

910
2024-09-29 0.20.1
1011
=================

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.10",
6868
"Programming Language :: Python :: 3.11",
6969
"Programming Language :: Python :: 3.12",
70+
"Programming Language :: Python :: 3.13",
7071
"Topic :: Communications",
7172
"Topic :: Database",
7273
"Topic :: Internet",

0 commit comments

Comments
 (0)