upgrade to python 3.12.7

This commit is contained in:
Kenneth Kehl
2025-06-26 07:47:08 -07:00
parent e33097c808
commit 4cc97e8c8c
4 changed files with 9 additions and 9 deletions

View File

@@ -9,10 +9,10 @@ runs:
sudo apt-get update \
&& sudo apt-get install -y --no-install-recommends \
libcurl4-openssl-dev
- name: Set up Python 3.12.2
- name: Set up Python 3.12.7
uses: actions/setup-python@v4
with:
python-version: "3.12.2"
python-version: "3.12.7"
- name: Install poetry
shell: bash
run: pip install poetry==2.1.3