Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.3 KB

compatibility_matrix.md

File metadata and controls

17 lines (12 loc) · 1.3 KB

Compatibility Matrix

Django \ Python 3.6 3.7 3.8 3.9 3.10 3.11 3.12
3.2 PASS PASS PASS PASS PASS - -
4.0 - - PASS PASS PASS - -
4.1 - - PASS PASS PASS PASS -
4.2 - - PASS PASS PASS PASS PASS
5.0 - - - - PASS PASS PASS

Test Results Explanation

The compatibility matrix above demonstrates which combinations of Django and Python versions the package is compatible with based on the conducted tests. A 'PASS' indicates a successful compatibility test, whereas a 'FAIL' denotes an incompatibility or an issue encountered during testing. Versions marked with '-' were not tested due to known incompatibilities of django with python or other constraints.

See django's official documentation about supported python versions for more details.

It's important to ensure that your environment matches these compatible combinations to avoid potential issues. If a specific combination you're interested in is marked as 'FAIL', it's recommended to check the corresponding test logs for details and consider alternative versions or addressing the identified issues.