File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
strategy :
15
15
fail-fast : true
16
16
matrix :
17
- python-version : ['3.9 ', '3.10 ', '3.11 ']
18
- django-version : ['3.2', '4.0', '4 .2']
17
+ python-version : ['3.11 ', '3.12 ', '3.13 ']
18
+ django-version : ['5 .2']
19
19
services :
20
20
postgres :
21
- image : postgres:14
21
+ image : postgres:16
22
22
ports :
23
23
- 5432:5432
24
24
options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = 'django-oscar-invoices' ,
6
- version = '0.2.2 ' ,
6
+ version = '0.3.0 ' ,
7
7
url = 'https://github.com/django-oscar/django-oscar-invoices' ,
8
8
author = 'Metaclass Team' ,
9
9
17
17
'Development Status :: 4 - Beta' ,
18
18
'Environment :: Web Environment' ,
19
19
'Framework :: Django' ,
20
- 'Framework :: Django :: 4 .0' ,
20
+ 'Framework :: Django :: 5 .0' ,
21
21
'Intended Audience :: Developers' ,
22
22
'License :: OSI Approved :: BSD License' ,
23
23
'Operating System :: Unix' ,
24
24
'Programming Language :: Python :: 3' ,
25
- 'Programming Language :: Python :: 3.9.18 ' ,
25
+ 'Programming Language :: Python :: 3.11.8 ' ,
26
26
],
27
27
install_requires = [
28
28
'phonenumbers' ,
29
29
'pillow' ,
30
- 'django>=3 .2' ,
31
- 'django-oscar>=3.2.2 ' ,
32
- 'django-phonenumber-field>=6.4.0 ' ,
30
+ 'django>=5 .2' ,
31
+ 'django-oscar>=4.0 ' ,
32
+ 'django-phonenumber-field' ,
33
33
]
34
34
)
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
- py{39 }-django{42 }
3
+ py{311 }-django{52 }
4
4
5
5
[testenv]
6
6
commands = pytest {posargs}
7
7
setenv =
8
8
PYTHONPATH =.
9
9
deps =
10
- django42 : django>=4.2.6
10
+ django52 : django>=5.2
11
11
pytest >= 7.4.4
12
12
pytest-django >= 4.7.0
13
13
django-webtest>=1.9.11
You can’t perform that action at this time.
0 commit comments