diff --git a/.github/workflows/part_build_test.yml b/.github/workflows/part_build_test.yml index 84ca689..c3c502d 100644 --- a/.github/workflows/part_build_test.yml +++ b/.github/workflows/part_build_test.yml @@ -27,7 +27,7 @@ jobs: - name: 🐍 setup python for test uses: actions/setup-python@v6 with: - python-version: "3.12" + python-version: "3.14" cache: "pip" - name: 📄 install test requirements uses: py-actions/py-dependency-install@v4