Skip to content

Commit 7048aea

Browse files
committed
CI: Validate support for Python 3.14
1 parent d0066c9 commit 7048aea

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
os: [ "ubuntu-latest" ]
29-
python-version: [ "3.8", "3.13" ]
29+
python-version: [
30+
"3.8",
31+
"3.14",
32+
]
3033
grafana-version:
3134
- "6.7.6"
3235
- "7.5.17"

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: Validated support for Python 3.14
89

910
2025-09-05 0.23.3
1011
=================

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"Programming Language :: Python :: 3.11",
7373
"Programming Language :: Python :: 3.12",
7474
"Programming Language :: Python :: 3.13",
75+
"Programming Language :: Python :: 3.14",
7576
"Topic :: Communications",
7677
"Topic :: Database",
7778
"Topic :: Internet",

0 commit comments

Comments
 (0)