Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 77ed4d9

Browse files
authored
Merge pull request #178 from staticdev/improvement/debian12-support
Add Debian 12 support
2 parents 4c86423 + 2350a17 commit 77ed4d9

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: "3.10"
22+
python-version: "3.11"
2323

2424
- name: Upgrade pip
2525
run: |

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v4
2828
with:
29-
python-version: "3.10"
29+
python-version: "3.11"
3030

3131
- name: Install test dependencies
3232
run: pip install --constraint=.github/workflows/constraints.txt ansible yamllint ansible-lint
@@ -43,6 +43,7 @@ jobs:
4343
strategy:
4444
matrix:
4545
distro:
46+
- debian12
4647
- debian11
4748
- debian10
4849
# https://github.com/geerlingguy/docker-ubuntu2204-ansible/issues/6
@@ -58,7 +59,7 @@ jobs:
5859
- name: Set up Python
5960
uses: actions/setup-python@v4
6061
with:
61-
python-version: "3.10"
62+
python-version: "3.11"
6263

6364
- name: Upgrade pip
6465
run: |

LICENSE.md renamed to LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2022 by staticdev
1+
Copyright (C) 2023 by staticdev
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

meta/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ galaxy_info:
1111
platforms:
1212
- name: Debian
1313
versions:
14+
- bookworm
1415
- bullseye
1516
- buster
1617

0 commit comments

Comments
 (0)