Skip to content

Commit ad36e21

Browse files
authored
bump to v0.8 and drop support for python 3.7
1 parent 8a7279a commit ad36e21

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest, macos-latest, windows-latest]
10-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
10+
python-version: [3.8, 3.9, "3.10", "3.11"]
1111
steps:
1212
- uses: actions/checkout@v4
1313
with:

.github/workflows/unittests_codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest, macos-latest, windows-latest]
20-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
20+
python-version: [3.8, 3.9, "3.10", "3.11"]
2121
steps:
2222
- uses: actions/checkout@v4
2323
with:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="mkdocs-git-authors-plugin",
8-
version="0.7.2",
8+
version="0.8.0",
99
description="Mkdocs plugin to display git authors of a page",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
@@ -19,10 +19,10 @@
1919
"Operating System :: OS Independent",
2020
'Programming Language :: Python',
2121
'Programming Language :: Python :: 3',
22-
'Programming Language :: Python :: 3.7',
2322
'Programming Language :: Python :: 3.8',
2423
'Programming Language :: Python :: 3.9',
2524
'Programming Language :: Python :: 3.10',
25+
'Programming Language :: Python :: 3.11',
2626
'Programming Language :: Python :: 3 :: Only',
2727
"License :: OSI Approved :: MIT License",
2828
'Topic :: Documentation',

0 commit comments

Comments
 (0)