File tree Expand file tree Collapse file tree 5 files changed +2
-15
lines changed
Expand file tree Collapse file tree 5 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,9 @@ tasks:
2626 - tox-sqlite : |
2727 cd django-afip
2828 tox -e sqlite
29- - tox-django42-mariadb : |
30- cd django-afip
31- tox -e django42-mysql
3229 - tox-django50-mariadb : |
3330 cd django-afip
3431 tox -e django50-mysql
35- - tox-django42-postgres : |
36- cd django-afip
37- tox -e django42-postgres
3832 - tox-django50-postgres : |
3933 cd django-afip
4034 tox -e django50-postgres
Original file line number Diff line number Diff line change @@ -26,15 +26,9 @@ tasks:
2626 - tox-sqlite : |
2727 cd django-afip
2828 tox -e sqlite
29- - tox-django42-mariadb : |
30- cd django-afip
31- tox -e django42-mysql
3229 - tox-django50-mariadb : |
3330 cd django-afip
3431 tox -e django50-mysql
35- - tox-django42-postgres : |
36- cd django-afip
37- tox -e django42-postgres
3832 - tox-django50-postgres : |
3933 cd django-afip
4034 tox -e django50-postgres
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Any breaking changes which require intervention will be mentioned here.
2121- Extend supported versions of ``django-renderpdf ``, ``qrcode `` and
2222 ``cryptography ``.
2323- Drop support for Python 3.9.
24+ * Dropped support for Django 4.2.
2425
252613.2.2
2627------
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ classifiers = [
1313 " Development Status :: 6 - Mature" ,
1414 " Environment :: Web Environment" ,
1515 " Framework :: Django" ,
16- " Framework :: Django :: 4.2" ,
1716 " Framework :: Django :: 5.0" ,
1817 " Framework :: Django :: 5.1" ,
1918 " Framework :: Django :: 5.2" ,
@@ -30,7 +29,7 @@ classifiers = [
3029]
3130dependencies = [
3231 " cryptography>=3.2,<47" ,
33- " django>=4.2 ,<5.3" ,
32+ " django>=5.0 ,<5.3" ,
3433 " django_renderpdf>=6.0.0,<7.0.0" ,
3534 " lxml>=3.4.4" ,
3635 " pyopenssl>=16.2.0" ,
Original file line number Diff line number Diff line change 77 postgres: postgres
88 mysql: mysql
99deps =
10- django42: Django>=4.0,<4.2
1110 django50: Django>=5.0,<5.1
1211 django51: Django>=5.1,<5.2
1312 django52: Django>=5.2,<5.3
You can’t perform that action at this time.
0 commit comments