Compatibility
Compatibility¤
Django-components supports all supported combinations versions of Django and Python.
Python version | Django version |
---|---|
3.8 | 4.2 |
3.9 | 4.2 |
3.10 | 4.2, 5.0 |
3.11 | 4.2, 5.0 |
3.12 | 4.2, 5.0 |
diff --git a/dev/overview/compatibility/index.html b/dev/overview/compatibility/index.html index 37c5a010..6fe4c7f5 100644 --- a/dev/overview/compatibility/index.html +++ b/dev/overview/compatibility/index.html @@ -1 +1 @@ -
We use Playwright for end-to-end tests. You will therefore need to install Playwright to be able to run these tests.
Luckily, Playwright makes it very easy:
After Playwright is ready, simply run the tests with tox
:
tox
@@ -23,4 +24,4 @@
# Build a binary wheel and a source tarball
python -m build --sdist --wheel --outdir dist/ .
To publish the package to PyPI, use twine
(See Python user guide):
Deep dive into how django_components' features are implemented.