try python 3.13.3

This commit is contained in:
Kenneth Kehl
2025-05-30 11:20:56 -07:00
parent ad17ddc23f
commit f7f92dd1f4
4 changed files with 8 additions and 8 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.13.1
- name: Set up Python 3.13.3
uses: actions/setup-python@v4
with:
python-version: "3.13.1"
python-version: "3.13.3"
- name: Install poetry
shell: bash
run: pip install poetry==2.1.3