build: add support for py3.13 windows (#1055)

This commit is contained in:
Juro Oravec 2025-03-22 13:09:58 +01:00 committed by GitHub
parent 390211b86e
commit 30f3739499
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 32 additions and 7 deletions

View file

@ -8,3 +8,18 @@ Django-components supports all supported combinations versions of [Django](https
| 3.11 | 4.2, 5.0, 5.1 |
| 3.12 | 4.2, 5.0, 5.1 |
| 3.13 | 5.1 |
### Operating systems
django-components is tested against Ubuntu and Windows, and should work on any operating system that supports Python.
!!! note
django-components uses Rust-based parsers for better performance.
These sub-packages are built with [maturin](https://github.com/PyO3/maturin)
which supports a wide range of operating systems, architectures, and Python versions ([see the full list](https://pypi.org/project/djc-core-html-parser/#files)).
This should cover most of the cases.
However, if your environment is not supported, you will need to install Rust and Cargo to build the sub-packages from source.