From 8abd81937436e57398bb916f470237ef2e6a197b Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Thu, 15 Feb 2024 02:44:13 +0000 Subject: [PATCH] pyproject.toml: allow antsibull-core 3.0.0a1.post0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca6471f1..7daa2dea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ requires-python = ">=3.9" dependencies = [ "antsibull-changelog >= 0.24.0", - "antsibull-core >= 2.0.0, <= 3.0.0a1", + "antsibull-core >= 2.0.0, <= 3.0.0a1.post0", "asyncio-pool", "build", "jinja2",