File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 strategy :
1414 matrix : # https://docs.djangoproject.com/en/5.0/faq/install/#faq-python-version-support
15- django-version : [50]
15+ django-version : [50, 51 ]
1616 python-version : [3.10, 3.11, 3.12]
1717
18+ exclude :
19+ - django-version : 50
20+ python-version : 3.13
21+
1822 steps :
1923 - uses : actions/checkout@v4
2024 - name : setup python
Original file line number Diff line number Diff line change 2626 'Programming Language :: Python :: 3.10' ,
2727 'Programming Language :: Python :: 3.11' ,
2828 'Programming Language :: Python :: 3.12' ,
29+ 'Programming Language :: Python :: 3.13' ,
2930 'Framework :: Django' ,
3031 'Framework :: Django :: 5.0' ,
32+ 'Framework :: Django :: 5.1' ,
3133 ],
3234 python_requires = '>=3.10' ,
3335 install_requires = [
Original file line number Diff line number Diff line change 11[tox]
2- envlist = django50
2+ envlist = django{50,51}
33
44[testenv]
55commands =
66 python runtests.py
77deps =
88 django50: Django>=5.0,<5.1
9+ django51: Django>=5.1,<5.2
You can’t perform that action at this time.
0 commit comments