mirror of
https://github.com/django-components/django-components.git
synced 2025-08-31 03:07:19 +00:00

* Move docs-folder form src to root * Avoid mkdocs package / module name clash * Update location of docs & add Windows compatibility * Update requirements-docs * Update generated file to current state
16 lines
577 B
Markdown
16 lines
577 B
Markdown
---
|
|
title: Compatibility
|
|
weight: 2
|
|
---
|
|
## Compatibility
|
|
|
|
Django-components supports all supported combinations versions of [Django](https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django) and [Python](https://devguide.python.org/versions/#versions).
|
|
|
|
| Python version | Django version |
|
|
| -------------- | -------------- |
|
|
| 3.8 | 4.2 |
|
|
| 3.9 | 4.2 |
|
|
| 3.10 | 4.2, 5.0, 5.1 |
|
|
| 3.11 | 4.2, 5.0, 5.1 |
|
|
| 3.12 | 4.2, 5.0, 5.1 |
|
|
| 3.13 | 5.1 |
|