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

Commit 30f5fa7

Browse files
committed
Add support debian 12
1 parent ea1f5d1 commit 30f5fa7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.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

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
roles:
33
- name: staticdev.pyenv
4-
version: 2.9.0
4+
version: 2.9.1

0 commit comments

Comments
 (0)