Skip to content

Commit 24fea83

Browse files
committed
Remove support for Python 3.7
1 parent 9a23ad8 commit 24fea83

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
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", "3.12" ]
29+
python-version: [ "3.8", "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
@@ -11,6 +11,7 @@ in progress
1111
- Dependencies: Updated to ``docopt-ng``
1212
- Add subcommand ``explore permissions``. Thanks, @meyerder.
1313
- Added support for Python 3.12
14+
- Removed support for Python 3.7
1415

1516
2024-03-07 0.18.0
1617
=================

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
requires = [
1212
# Core
1313
"six",
14-
'dataclasses; python_version<"3.7"',
1514
"docopt-ng>=0.6.2,<0.10",
1615
"munch>=2.5.0,<5",
1716
"tqdm>=4.60.0,<5",
@@ -63,7 +62,6 @@
6362
"Operating System :: Unix",
6463
"Operating System :: MacOS",
6564
"Programming Language :: Python",
66-
"Programming Language :: Python :: 3.7",
6765
"Programming Language :: Python :: 3.8",
6866
"Programming Language :: Python :: 3.9",
6967
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)