diff --git a/.github/workflows/continous-integration-workflow.yaml b/.github/workflows/continous-integration-workflow.yaml index b63cf18fa..f8235c867 100644 --- a/.github/workflows/continous-integration-workflow.yaml +++ b/.github/workflows/continous-integration-workflow.yaml @@ -12,10 +12,10 @@ jobs: with: fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function - - name: Install Python 3.10 + - name: Install Python 3.13 uses: actions/setup-python@v6 with: - python-version: '3.10' + python-version: '3.13' - name: Upgrade python packaging tools run: python -m pip install --upgrade pip setuptools wheel diff --git a/azure/project.yml b/azure/project.yml index b0571a75e..3aff23fd3 100644 --- a/azure/project.yml +++ b/azure/project.yml @@ -5,4 +5,4 @@ variables: product_display_name: e-Referrals-Service product_description: The NHS e-RS vision is to enable local innovation and adoption of paperless referrals. To support this vision NHS Digital have created a set of APIs which provide a well-defined, simple to use data interface to the NHS e-Referral Service (e-RS). See https://digital.nhs.uk/developer/api-catalogue/e-referral-service-fhir spec_file: e-referrals-service-api.json - python_version: 3.10 + python_version: 3.13