mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 07:29:09 +00:00
chore: update supported versions - add Python 3.13, Django 5.1 (#809)
* chore: update supported versions * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
a3710fe8cf
commit
230ceee537
6 changed files with 21 additions and 14 deletions
|
@ -10,6 +10,7 @@ Django-components supports all supported combinations versions of [Django](https
|
|||
| -------------- | -------------- |
|
||||
| 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 |
|
||||
| 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 |
|
||||
|
|
|
@ -31,7 +31,8 @@ pyenv install -s 3.9
|
|||
pyenv install -s 3.10
|
||||
pyenv install -s 3.11
|
||||
pyenv install -s 3.12
|
||||
pyenv local 3.8 3.9 3.10 3.11 3.12
|
||||
pyenv install -s 3.13
|
||||
pyenv local 3.8 3.9 3.10 3.11 3.12 3.13
|
||||
tox -p
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue