Skip to content

Commit

Permalink
Adjust CI for antsibull-core v3 (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 authored Dec 20, 2023
1 parent da87e3f commit d19a09e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/antsibull-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
options: '-e antsibull_ansible_version=8.99.0'
python: '3.9'
antsibull_changelog_ref: 0.14.0
antsibull_core_ref: main
antsibull_core_ref: stable-2
- name: Ansible 9
options: '-e antsibull_ansible_version=9.99.0'
python: '3.11'
antsibull_changelog_ref: main
antsibull_core_ref: main
antsibull_core_ref: stable-2
- name: Ansible 10
options: '-e antsibull_ansible_version=10.99.0'
python: '3.12'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
requires-python = ">=3.9"
dependencies = [
"antsibull-changelog >= 0.14.0",
"antsibull-core >= 2.0.0, < 3.0.0",
"antsibull-core >= 2.0.0, <= 3.0.0.dev0",
"asyncio-pool",
"build",
"jinja2",
Expand Down

0 comments on commit d19a09e

Please sign in to comment.