diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index f79bc01..d38155a 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.14" cache: "pip" # caching pip dependencies - name: Install dependencies