Skip to content

Commit 46d2f0f

Browse files
authored
update(packaging): support Python 3.14 (#433)
2 parents d8c89e2 + 1a3d3a1 commit 46d2f0f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/lint-and-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- "3.11"
3131
- "3.12"
3232
- "3.13"
33+
- "3.14"
3334

3435
# Steps represent a sequence of tasks that will be executed as part of the job
3536
steps:

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers = [
3232
"Programming Language :: Python :: 3.11",
3333
"Programming Language :: Python :: 3.12",
3434
"Programming Language :: Python :: 3.13",
35+
"Programming Language :: Python :: 3.14",
3536
"Topic :: Documentation",
3637
"Topic :: Software Development :: Documentation",
3738
"Topic :: Text Processing :: Markup :: Markdown",
@@ -89,7 +90,7 @@ Repository = "https://github.com/guts/mkdocs-rss-plugin/"
8990

9091
# Black configuration
9192
[tool.black]
92-
target-version = ["py310", "py311", "py312", "py313"]
93+
target-version = ["py310", "py311", "py312", "py313", "py314"]
9394

9495
# Coverage configuration
9596
[tool.coverage.report]

0 commit comments

Comments
 (0)