diff --git a/.github/workflows/CI_build.yml b/.github/workflows/CI_build.yml index e365266..6837e51 100644 --- a/.github/workflows/CI_build.yml +++ b/.github/workflows/CI_build.yml @@ -23,6 +23,11 @@ jobs: - name: Checkout repo uses: actions/checkout@v6 + - name: Set up Python 3.13 + uses: actions/setup-python@v6 + with: + python-version: '3.13' # Uses the latest patch version of the given + - name: Install python modules working-directory: . run: python -m pip install -r requirements.txt diff --git a/requirements.txt b/requirements.txt index efabd53..6ff98ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -jsonschema==4.25.1 +jsonschema==4.26.0 lxml==6.0.2 pywin32==311 requests==2.32.5