Skip to content

Commit fd862bb

Browse files
authored
Upgrade support django5.2 and drop django5.0 (#139)
1 parent ff80fe6 commit fd862bb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ legacy_tox_ini = """
5959
# https://docs.djangoproject.com/en/5.1/faq/install/#what-python-version-can-i-use-with-django
6060
env_list =
6161
django{42}-py{39,310,311,312}-sendgrid{5,6}
62-
django{5}-py{310,311,312}-sendgrid{5,6}
6362
django{51}-py{310,311,312,313}-sendgrid{5,6}
63+
django{52}-py{310,311,312,313}-sendgrid{5,6}
6464
6565
[gh]
6666
python =
@@ -73,8 +73,8 @@ legacy_tox_ini = """
7373
[testenv]
7474
deps =
7575
django42: Django>=4.2,<4.3
76-
django5: Django>=5.0,<5.1
7776
django51: Django>=5.1,<5.2
77+
django52: Django>=5.2,<5.3
7878
sendgrid5: sendgrid>=5,<6
7979
sendgrid6: sendgrid>=6,<7
8080
starkbank-ecdsa
@@ -85,4 +85,4 @@ legacy_tox_ini = """
8585
pass_env =
8686
SENDGRID_API_KEY
8787
TESTING_SENDGRID_EU_API_KEY
88-
"""
88+
"""

0 commit comments

Comments
 (0)