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

Commit 47e7cc6

Browse files
authored
Merge pull request #289 from staticdev/deps/py-312-refs
Py 3.12 refs
2 parents fe91911 + 45618c2 commit 47e7cc6

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
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.11"
22+
python-version: "3.12"
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@v4
2828
with:
29-
python-version: "3.11"
29+
python-version: "3.12"
3030

3131
- name: Install test dependencies
3232
run: pip install --constraint=.github/workflows/constraints.txt ansible yamllint ansible-lint
@@ -57,7 +57,7 @@ jobs:
5757
- name: Set up Python
5858
uses: actions/setup-python@v4
5959
with:
60-
python-version: "3.11"
60+
python-version: "3.12"
6161

6262
- name: Upgrade pip
6363
run: |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ Here are some common usages of this role.
5252
- role: staticdev.python-developer
5353
vars:
5454
pyenv_global:
55-
- "3.11.4"
55+
- "3.12.0"
5656
pyenv_python_versions:
57+
- "3.12.0"
5758
- "3.11.4"
58-
- "3.10.12"
5959
```
6060
6161
## License

playbook.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@
1212
when: ansible_os_family == 'Debian'
1313

1414
roles:
15-
- role: staticdev.pyenv
1615
- role: .

0 commit comments

Comments
 (0)