From 5fd5e419b962d1e7bf5b616d21729dc8c8e05e05 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Wed, 20 Dec 2023 14:25:21 -0600 Subject: [PATCH] Adjust CI for antsibull-core v3 (#230) --- .github/workflows/antsibull-docs.yml | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/antsibull-docs.yml b/.github/workflows/antsibull-docs.yml index a839671c..d9ea8be3 100644 --- a/.github/workflows/antsibull-docs.yml +++ b/.github/workflows/antsibull-docs.yml @@ -33,6 +33,7 @@ jobs: - '3.11' antsibull_core_ref: - main + - "stable-2" antsibull_docs_parser_ref: - main include: diff --git a/pyproject.toml b/pyproject.toml index a619aceb..4708d255 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ requires-python = ">=3.9" dependencies = [ "ansible-pygments", - "antsibull-core >= 2.1.0, < 3.0.0", + "antsibull-core >= 2.1.0, <= 3.0.0.dev0", "antsibull-docs-parser >= 1.0.0, < 2.0.0", "asyncio-pool", "docutils",