8000 test with django 4 and python 3.10 · codingjoe/django-stdimage@4848948 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4848948

Browse files
vchrisbcodingjoe
authored andcommitted
test with django 4 and python 3.10
1 parent 2d9c7dc commit 4848948

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,22 @@ jobs:
8585
- "3.7"
8686
- "3.8"
8787
- "3.9"
88+
- "3.10"
8889
django-version:
8990
- "2.2.*"
9091
- "3.1.*"
9192
- "3.2.*"
93+
- "4.0.*"
9294
extra:
9395
- ""
9496
- "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.*"
95104
steps:
96105
- name: Set up Python ${{ matrix.python-version }}
97106
uses: actions/setup-python@v3

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ classifier =
2323
Programming Language :: Python :: 3.7
2424
Programming Language :: Python :: 3.8
2525
Programming Language :: Python :: 3.9
26+
Programming Language :: Python :: 3.10
2627
Framework :: Django
2728
Framework :: Django :: 2.2
2829
Framework :: Django :: 3.1
2930
Framework :: Django :: 3.2
31+
Framework :: Django :: 4.0
3032

3133
python_requires = >=3.7
3234

tests/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545

4646
SECRET_KEY = "foobar"
4747

48-
USE_L10N = True
48+
USE_TZ = True

0 commit comments

Comments
 (0)
0