-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Python 3.12 to the build matrix * Add support for running tests with Python 3.12
- Loading branch information
1 parent
276e671
commit c5188ac
Showing
8 changed files
with
39 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,7 @@ build-backend = "hatchling.build" | |
[project] | ||
name = "neoteroi-mkdocs" | ||
dynamic = ["version"] | ||
authors = [ | ||
{ name = "Roberto Prevato", email = "[email protected]" }, | ||
] | ||
authors = [{ name = "Roberto Prevato", email = "[email protected]" }] | ||
description = "Plugins for MkDocs and Python Markdown" | ||
readme = "README.md" | ||
requires-python = ">=3.7" | ||
|
@@ -20,9 +18,18 @@ classifiers = [ | |
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Operating System :: OS Independent", | ||
] | ||
keywords = ["MkDocs", "OpenAPI", "Swagger", "Markdown", "plugins", "extensions", "documentation"] | ||
keywords = [ | ||
"MkDocs", | ||
"OpenAPI", | ||
"Swagger", | ||
"Markdown", | ||
"plugins", | ||
"extensions", | ||
"documentation", | ||
] | ||
dependencies = [ | ||
"essentials-openapi", | ||
"mkdocs", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.