Skip to content

Commit 7415852

Browse files
committed
Merge branch 'master' of github.com:timvink/mkdocs-git-revision-date-localized-plugin into update
2 parents 0c45301 + f62d9e6 commit 7415852

File tree

5 files changed

+19
-22
lines changed

5 files changed

+19
-22
lines changed

.github/workflows/scheduled_unittests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ jobs:
2222
run: |
2323
git config --global user.name "Github Action"
2424
git config --global user.email "githubaction@gmail.com"
25+
uv sync --upgrade
2526
uv run pytest
2627

.github/workflows/unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ jobs:
55
name: Run unit tests
66
runs-on: ${{ matrix.os }}
77
env:
8-
USING_COVERAGE: '3.10'
8+
USING_COVERAGE: '3.12'
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
12-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
12+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1313
steps:
1414
- uses: actions/checkout@master
1515

.github/workflows/unittests_codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
name: Run unit tests with codecov upload
1414
runs-on: ${{ matrix.os }}
1515
env:
16-
USING_COVERAGE: '3.10'
16+
USING_COVERAGE: '3.12'
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest, macos-latest, windows-latest]
20-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
20+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2121
steps:
2222
- uses: actions/checkout@master
2323

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ classifiers=[
2222
"Operating System :: OS Independent",
2323
"Programming Language :: Python",
2424
"Programming Language :: Python :: 3",
25-
"Programming Language :: Python :: 3.8",
26-
"Programming Language :: Python :: 3.9",
2725
"Programming Language :: Python :: 3.10",
2826
"Programming Language :: Python :: 3.11",
2927
"Programming Language :: Python :: 3.12",
3028
"Programming Language :: Python :: 3.13",
29+
"Programming Language :: Python :: 3.14",
3130
"License :: OSI Approved :: MIT License",
3231
]
3332

@@ -36,8 +35,7 @@ dependencies = [
3635
"babel>=2.7.0",
3736
"gitpython>=3.1.44",
3837
"mkdocs>=1.0",
39-
"mkdocs-techdocs-core>=1.6.0",
40-
"pytz>=2025.1",
38+
"tzdata>=2023.3; sys_platform == 'win32'",
4139
]
4240

4341
[project.urls]

uv.lock

Lines changed: 12 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)