diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 87425fb2..a5947bca 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.13.1' + python-version: '3.13.2' cache: poetry - name: Install dependencies diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 7cd2d2a7..f7573b3e 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.13.1' + python-version: '3.13.2' cache: poetry - name: Install dependencies diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9b17e4fe..0729d81a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.13.1' + python-version: '3.13.2' cache: poetry - name: Install dependencies