File tree Expand file tree Collapse file tree 3 files changed +32
-2
lines changed
Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 2424
2525 strategy :
2626 matrix :
27+ Python3.13 - Django 5.2 :
28+ python.version : ' 3.13'
29+ tox.env : ' py313-django52'
30+ Python3.12 - Django 5.2 :
31+ python.version : ' 3.12'
32+ tox.env : ' py312-django52'
33+ Python3.11 - Django 5.2 :
34+ python.version : ' 3.11'
35+ tox.env : ' py311-django52'
36+ Python3.10 - Django 5.2 :
37+ python.version : ' 3.10'
38+ tox.env : ' py310-django52'
39+
2740 Python3.13 - Django 5.1 :
2841 python.version : ' 3.13'
2942 tox.env : ' py313-django51'
@@ -151,6 +164,19 @@ jobs:
151164
152165 strategy :
153166 matrix :
167+ Python3.13 - Django 5.2 :
168+ python.version : ' 3.13'
169+ tox.env : ' py313-django52'
170+ Python3.12 - Django 5.2 :
171+ python.version : ' 3.12'
172+ tox.env : ' py312-django52'
173+ Python3.11 - Django 5.2 :
174+ python.version : ' 3.11'
175+ tox.env : ' py311-django52'
176+ Python3.10 - Django 5.2 :
177+ python.version : ' 3.10'
178+ tox.env : ' py310-django52'
179+
154180 Python3.13 - Django 5.1 :
155181 python.version : ' 3.13'
156182 tox.env : ' py313-django51'
Original file line number Diff line number Diff line change 1616 'Programming Language :: Python :: 3.10' ,
1717 'Programming Language :: Python :: 3.11' ,
1818 'Programming Language :: Python :: 3.12' ,
19+ 'Programming Language :: Python :: 3.13' ,
1920 'Framework :: Django :: 3.2' ,
2021 'Framework :: Django :: 4.0' ,
2122 'Framework :: Django :: 4.1' ,
2223 'Framework :: Django :: 4.2' ,
2324 'Framework :: Django :: 5.0' ,
2425 'Framework :: Django :: 5.1' ,
26+ 'Framework :: Django :: 5.2' ,
2527]
2628
2729this_directory = path .abspath (path .dirname (__file__ ))
4345 license = 'BSD' ,
4446 packages = find_packages (),
4547 install_requires = [
46- 'django>=3.2,<5.2 ' ,
48+ 'django>=3.2,<5.3 ' ,
4749 'pyodbc>=3.0' ,
4850 'pytz' ,
4951 ],
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ envlist =
55 {py38, py39, py310}-django41,
66 {py38, py39, py310}-django42,
77 {py310, py311, py312}-django50
8- {py310, py311, py312,py313}-django51
8+ {py310, py311, py312, py313}-django51
9+ {py310, py311, py312, py313}-django52
910
1011[testenv]
1112allowlist_externals =
2526 django42: django>=4.2,<4.3
2627 django50: django>=5.0,<5.1
2728 django51: django>=5.1,<5.2
29+ django52: django>=5.2,<5.3
You can’t perform that action at this time.
0 commit comments