Skip to content

Commit 4547d88

Browse files
committed
Bump dependencies and add Python 3.14 support
Bumped click, coverage, mkdocs-redirects, netconan, pylint, and ruff, along with CI action pins (actions/checkout, docker/setup-buildx-action, pypa/gh-action-pypi-publish). Added Python 3.14 to the supported version range, expanded the CI matrices to cover it, and removed an indentation-flagged trailing comment in release.yml.
1 parent a4636cc commit 4547d88

5 files changed

Lines changed: 185 additions & 142 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
strategy:
9292
fail-fast: true
9393
matrix:
94-
python-version: ["3.10", "3.11", "3.12", "3.13"]
94+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
9595
env:
9696
INVOKE_PARSER_PYTHON_VER: "${{ matrix.python-version }}"
9797
steps:
@@ -127,7 +127,7 @@ jobs:
127127
strategy:
128128
fail-fast: true
129129
matrix:
130-
python-version: ["3.10", "3.11", "3.12", "3.13"]
130+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
131131
runs-on: "ubuntu-latest"
132132
env:
133133
INVOKE_PARSER_PYTHON_VER: "${{ matrix.python-version }}"

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
with:
7070
user: "__token__"
7171
password: "${{ secrets.PYPI_API_TOKEN }}"
72-
# End publish to PyPI job.
7372

7473
slack-notify:
7574
needs:

changes/415.dependencies

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bumped Python dependencies (click, coverage, mkdocs-redirects, netconan, pylint, ruff) and CI action pins (actions/checkout, docker/setup-buildx-action, pypa/gh-action-pypi-publish), and added Python 3.14 to the supported version range.

0 commit comments

Comments
 (0)