Skip to content

Commit

Permalink
feat: CMake 3.27 (#37)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Jul 19, 2023
1 parent 2bb0da7 commit 0d6b277
Show file tree
Hide file tree
Showing 4 changed files with 416 additions and 147 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [
"Topic :: Documentation",
"Topic :: Utilities",
]
dependencies = ["sphinx"]
dependencies = ["sphinx>=2"]
dynamic = ["version"]

[project.urls]
Expand All @@ -51,7 +51,6 @@ xfail_strict = true
filterwarnings = [
"error",
"ignore::DeprecationWarning:sphinx.builders.gettext",
'always:nodes\.Node\.traverse\(\) is obsoleted by Node\.findall\(\):PendingDeprecationWarning',
]
log_cli_level = "info"
testpaths = ["tests"]
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib/moderncmakedomain/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .cmake import setup

__version__ = "3.26.4"
__version__ = "3.27.0"
Loading

0 comments on commit 0d6b277

Please sign in to comment.