This repository was archived by the owner on Apr 20, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - csslint
2020 - eslint
2121 - quality
22- - django22
23- - django30
24- - django31
2522 - django32
23+ - django42
2624 steps :
2725 - uses : actions/checkout@v2
2826 - name : setup python
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ def is_requirement(line):
9595
9696setup (
9797 name = 'xblock-sql-grader' ,
98- version = '0.3.1 ' ,
98+ version = '0.4.0 ' ,
9999 description = 'SQL Grader XBlock' , # TODO: write a better description.
100100 license = 'AGPLv3' ,
101101 long_description = README ,
@@ -120,10 +120,8 @@ def is_requirement(line):
120120 classifiers = [
121121 'Development Status :: 5 - Production/Stable' ,
122122 'Framework :: Django' ,
123- 'Framework :: Django :: 2.2' ,
124- 'Framework :: Django :: 3.0' ,
125- 'Framework :: Django :: 3.1' ,
126123 'Framework :: Django :: 3.2' ,
124+ 'Framework :: Django :: 4.2' ,
127125 'Intended Audience :: Developers' ,
128126 'License :: OSI Approved :: Apache Software License' ,
129127 'Natural Language :: English' ,
Original file line number Diff line number Diff line change 1010# despite it also being a third-party package.
1111from codejail .safe_exec import safe_exec
1212from codejail .safe_exec import SafeExecException
13- from django .utils .translation import ugettext_lazy as _
13+ from django .utils .translation import gettext_lazy as _
1414from xblock .fields import Boolean
1515from xblock .fields import Float
1616from xblock .fields import Integer
Original file line number Diff line number Diff line change 22envlist =
33 csslint
44 eslint
5- py38-django{22,30,31,32}
6- quality
5+ py38-django{32,42}quality
76
87[testenv]
98deps =
109 -rrequirements/test.txt
1110 -e git+https://github.com/openedx/codejail.git@3.0.0# egg=codejail
12- django22: Django>=2.2,<2.3
13- django30: Django>=3.0,<3.1
14- django31: Django>=3.1,<3.2
1511 django32: Django>=3.2,<4.0
16-
12+ django42: Django>=4.2,<4.3
1713commands =
1814 coverage run manage.py test
1915 coverage report
You can’t perform that action at this time.
0 commit comments