diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index abe6acb..5c3aa1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.11' # Use the version of Python you need + python-version: '3.12' # Use the version of Python you need - name: Install Dependencies run: |