File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -85,13 +85,22 @@ jobs:
85
85
- " 3.7"
86
86
- " 3.8"
87
87
- " 3.9"
88
+ - " 3.10"
88
89
django-version :
89
90
- " 2.2.*"
90
91
- " 3.1.*"
91
92
- " 3.2.*"
93
+ - " 4.0.*"
92
94
extra :
93
95
- " "
94
96
- " progressbar"
97
+ exclude :
98
+ - python-version : " 3.7"
99
+ django-version : " 4.0.*"
100
+ - python-version : " 3.10"
101
+ django-version : " 3.1.*"
102
+ - python-version : " 3.10"
103
+ django-version : " 2.2.*"
95
104
steps :
96
105
- name : Set up Python ${{ matrix.python-version }}
97
106
uses : actions/setup-python@v3
Original file line number Diff line number Diff line change @@ -23,10 +23,12 @@ classifier =
23
23
Programming Language :: Python :: 3.7
24
24
Programming Language :: Python :: 3.8
25
25
Programming Language :: Python :: 3.9
26
+ Programming Language :: Python :: 3.10
26
27
Framework :: Django
27
28
Framework :: Django :: 2.2
28
29
Framework :: Django :: 3.1
29
30
Framework :: Django :: 3.2
31
+ Framework :: Django :: 4.0
30
32
31
33
python_requires = >=3.7
32
34
Original file line number Diff line number Diff line change 45
45
46
46
SECRET_KEY = "foobar"
47
47
48
- USE_L10N = True
48
+ USE_TZ = True
You can’t perform that action at this time.
0 commit comments