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

Commit 92ec762

Browse files
authored
Merge pull request #313 from staticdev/deprecation/add-warning-for-deprecation
Add deprecation warning
2 parents 74efb8b + e0281c6 commit 92ec762

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
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@v5
2121
with:
22-
python-version: "3.12"
22+
python-version: "3.13"
2323

2424
- name: Upgrade pip
2525
run: |

.github/workflows/tests.yml

Lines changed: 2 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@v5
2828
with:
29-
python-version: "3.12"
29+
python-version: "3.13"
3030

3131
- name: Install test dependencies
3232
run: pip install --constraint=.github/workflows/constraints.txt ansible yamllint ansible-lint
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up Python
5757
uses: actions/setup-python@v5
5858
with:
59-
python-version: "3.12"
59+
python-version: "3.13"
6060

6161
- name: Upgrade pip
6262
run: |

.pre-commit-config.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.3.0
4+
rev: v4.6.0
55
hooks:
66
- id: check-added-large-files
77
- id: check-toml
88
- id: check-yaml
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- id: check-added-large-files
12-
- repo: https://github.com/pre-commit/mirrors-prettier
13-
rev: v2.7.1
14-
hooks:
15-
- id: prettier
1612
- repo: https://github.com/adrienverge/yamllint.git
1713
rev: v1.28.0
1814
hooks:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![Tests](https://github.com/staticdev/ansible-role-python-developer/workflows/Tests/badge.svg)][tests]
44

5+
**DEPRECATED: this project is not maintained anymore in favor of [Nixpkgs](https://github.com/NixOS/nixpkgs), [Devenv](https://devenv.sh/) and [linux-workstation-playbook](https://github.com/staticdev/linux-workstation-playbook).**
6+
57
[tests]: https://github.com/staticdev/ansible-role-python-developer/actions?workflow=Tests
68

79
Ansible role to install packages for developing in Python using [Cookiecutter Hypermodern Python].

0 commit comments

Comments
 (0)