diff --git a/.github/workflows/migrations-check.yml b/.github/workflows/migrations-check.yml index 243e625474b9..2d6b5e31003b 100644 --- a/.github/workflows/migrations-check.yml +++ b/.github/workflows/migrations-check.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ ubuntu-20.04 ] - python-version: [ "3.9" ] + python-version: [ "3.10" ] # 'pinned' is used to install the latest patch version of Django # within the global constraint i.e. Django==4.2.8 in current case # because we have global constraint of Django<4.2 diff --git a/.github/workflows/unit-tests-gh-hosted.yml b/.github/workflows/unit-tests-gh-hosted.yml index 0a6eb1c7e172..5012486c0978 100644 --- a/.github/workflows/unit-tests-gh-hosted.yml +++ b/.github/workflows/unit-tests-gh-hosted.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ '3.9' ] + python-version: [ '3.10' ] django-version: - "pinned" # When updating the shards, remember to make the same changes in @@ -83,7 +83,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [ '3.9' ] + python-version: [ '3.10' ] django-version: - "pinned" steps: