File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 strategy :
1313 fail-fast : false
1414 matrix :
15- python_version : ['3.11']
15+ python_version : ['3.11', '3.12' ]
1616 ubuntu_version : ['22.04', '24.04']
1717 tox_env : [ "django42", "django52"]
1818 include :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV TZ=Etc/UTC
1010ENV DEBIAN_FRONTEND=noninteractive
1111RUN apt-get update && apt-get install -y software-properties-common
1212RUN add-apt-repository -y ppa:deadsnakes/ppa && apt-get update && apt-get upgrade -y
13- RUN apt-get install -y vim python${python_version} python${python_version}-dev python${python_version}-distutils
13+ RUN apt-get install -y vim python${python_version} python${python_version}-dev
1414RUN apt-get install -y sudo git make curl build-essential
1515RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python${python_version}
1616RUN pip install virtualenv
Original file line number Diff line number Diff line change 11"""init"""
22
3- __version__ = '3.5.2 '
3+ __version__ = '4.0.0 '
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def get_version(*file_paths):
5151 "Intended Audience :: Developers" ,
5252 'Programming Language :: Python' ,
5353 'Programming Language :: Python :: 3' ,
54- 'Programming Language :: Python :: 3.8' ,
5554 'Programming Language :: Python :: 3.11' ,
55+ 'Programming Language :: Python :: 3.12' ,
5656 ],
5757)
Original file line number Diff line number Diff line change 1+ ubuntu ALL=(sandbox) SETENV:NOPASSWD:/home/sandbox/codejail_sandbox-python3.12/bin/python
2+ ubuntu ALL=(sandbox) SETENV:NOPASSWD:/usr/bin/find
3+ ubuntu ALL=(ALL) NOPASSWD:/usr/bin/pkill
4+
5+ Defaults!/home/sandbox/codejail_sandbox-python3.12/bin/python !requiretty
6+ Defaults!/usr/bin/find !requiretty
7+ Defaults!/usr/bin/pkill !requiretty
You can’t perform that action at this time.
0 commit comments