upgrade to python 3.13.2

This commit is contained in:
Kenneth Kehl
2025-07-28 11:52:45 -07:00
parent f9a43e9255
commit e7cee89624
5 changed files with 15 additions and 22 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.9
- name: Set up Python 3.13.2
uses: actions/setup-python@v4
with:
python-version: "3.12.9"
python-version: "3.13.2"
- name: Install poetry
shell: bash
run: pip install poetry==2.1.3