Changes between Version 61 and Version 62 of CI


Ignore:
Timestamp:
Oct 4, 2021, 11:13:45 PM (3 years ago)
Author:
Mariusz Felisiak
Comment:

Updated Python to 3.10.0 on Windows machine.

Legend:

Unmodified
Added
Removed
Modified
  • CI

    v61 v62  
    2323* [https://djangoci.com/job/isort/ isort] - runs `isort --recursive --check-only .` from the root checkout directory and fails if any imports aren't [https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/#imports sorted properly].
    2424* [https://djangoci.com/job/pull-requests-javascript/ pull-requests-javascript] - runs the [https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/javascript/#testing-from-the-command-line JavaScript tests].
    25 * [https://djangoci.com/view/PR%20Builders/job/pull-requests-windows/ pull-requests-windows] - runs with Python 3.8.x (see django-windows below)
     25* [https://djangoci.com/view/PR%20Builders/job/pull-requests-windows/ pull-requests-windows] - runs with Python 3.9.x (see django-windows below)
    2626
    2727== Troubleshooting ==
     
    4848|| 3.8.9 || 3.34.0 ||
    4949|| 3.9.4 || 3.34.0 ||
    50 || 3.10.0rc2 || 3.35.5 ||
     50|| 3.10.0 || 3.35.5 ||
    5151(installed with Windows x86-64 executable installer)
Back to Top