Skip to content

Commit 98694f5

Browse files
committed
Drop support for Python 3.6
1 parent 00ef0a5 commit 98694f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525

2626
strategy:
2727
matrix:
28-
os: [ "ubuntu-20.04" ]
29-
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11" ]
28+
os: [ "ubuntu-latest" ]
29+
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
3030
grafana-version: [ "6.7.6", "7.5.17", "8.5.15", "9.2.7" ]
3131

3232
env:

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ in progress
1515
- Use cache database location within user folder
1616
- c cache database location to log
1717
- Reduce default cache TTL from five minutes to 60 seconds
18+
- Drop support for Python 3.6
1819

1920
2022-06-19 0.13.4
2021
=================

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"Operating System :: Unix",
5858
"Operating System :: MacOS",
5959
"Programming Language :: Python",
60-
"Programming Language :: Python :: 3.6",
6160
"Programming Language :: Python :: 3.7",
6261
"Programming Language :: Python :: 3.8",
6362
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)