Changes between Version 88 and Version 89 of CI


Ignore:
Timestamp:
Nov 6, 2024, 11:32:05 AM (9 days ago)
Author:
Mariusz Felisiak
Comment:

Update Windows action to Python 3.12.

Legend:

Unmodified
Added
Removed
Modified
  • CI

    v88 v89  
    2525* `isort` - runs `isort --check --diff .` 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].
    2626* `JavaScript tests` - runs [https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/javascript/#testing-from-the-command-line npm test] and fails if there are any errors
    27 * `Windows tests` - runs with Python 3.11.x.
     27* `Windows tests` - runs with Python 3.12.x.
    2828* `Selenium tests` - runs the Selenium tests for any PR with the `selenium` label applied.
    2929* `Benchmark` - Runs the [https://github.com/django/django-asv django-asv] benchmarks for any PR with the `benchmark` label applied. (The Benchmarks take some time, and will run on each subsequent push, but can be disabled by removing the label until you're ready to run them again.)
Back to Top