File tree Expand file tree Collapse file tree 10 files changed +24
-23
lines changed
Expand file tree Collapse file tree 10 files changed +24
-23
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 fail-fast : false
1414 matrix :
1515 include :
16- - python_version : ' 3.11 '
16+ - python_version : ' 3.12 '
1717 ubuntu_version : ' 20.04'
1818 os : " ubuntu-20.04"
19- - python_version : ' 3.11 '
19+ - python_version : ' 3.12 '
2020 ubuntu_version : ' 22.04'
2121 os : " ubuntu-22.04"
22- - python_version : ' 3.11 '
22+ - python_version : ' 3.12 '
2323 ubuntu_version : ' 24.04'
2424 os : " ubuntu-24.04"
2525
Original file line number Diff line number Diff line change 1515 - name : setup python
1616 uses : actions/setup-python@v5
1717 with :
18- python-version : 3.11
18+ python-version : 3.12
1919
2020 - name : Install pip
2121 run : pip install pip
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 11#
2- # This file is autogenerated by pip-compile with Python 3.11
2+ # This file is autogenerated by pip-compile with Python 3.12
33# by the following command:
44#
55# make upgrade
66#
77astroid==3.3.8 # via -r requirements/testing.txt, pylint
88dill==0.3.9 # via -r requirements/testing.txt, pylint
99iniconfig==2.0.0 # via -r requirements/testing.txt, pytest
10- isort==5.13.2 # via -r requirements/testing.txt, pylint
10+ isort==6.0.0 # via -r requirements/testing.txt, pylint
1111mccabe==0.7.0 # via -r requirements/testing.txt, pylint
1212packaging==24.2 # via -r requirements/testing.txt, pytest
1313platformdirs==4.3.6 # via -r requirements/testing.txt, pylint
1414pluggy==1.5.0 # via -r requirements/testing.txt, pytest
1515pycodestyle==2.12.1 # via -r requirements/testing.txt
16- pylint==3.3.3 # via -r requirements/testing.txt
16+ pylint==3.3.4 # via -r requirements/testing.txt
1717pytest==8.3.4 # via -r requirements/testing.txt
1818tomlkit==0.13.2 # via -r requirements/testing.txt, pylint
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.11
2+ # This file is autogenerated by pip-compile with Python 3.12
33# by the following command:
44#
55# make upgrade
66#
77wheel==0.45.1 # via -r requirements/pip.in
88
99# The following packages are considered to be unsafe in a requirements file:
10- pip==24.2 # via -c /home/runner/work/codejail /codejail/requirements/common_constraints.txt, -r requirements/pip.in
10+ pip==24.2 # via -c /Users/abdullah.qureshi/Documents/openedx /codejail/requirements/common_constraints.txt, -r requirements/pip.in
1111setuptools==75.8.0 # via -r requirements/pip.in
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.11
2+ # This file is autogenerated by pip-compile with Python 3.12
33# by the following command:
44#
55# make upgrade
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.11
2+ # This file is autogenerated by pip-compile with Python 3.12
33# by the following command:
44#
55# make upgrade
66#
77asgiref==3.8.1 # via django
88django==3.2.25 # via -c requirements/common_constraints.txt, -c requirements/constraints.txt, -r requirements/sandbox.in
9- numpy==2.2.1 # via -r requirements/sandbox.in
10- pytz==2024.2 # via django
9+ numpy==2.2.2 # via -r requirements/sandbox.in
10+ pytz==2025.1 # via django
1111six==1.17.0 # via -r requirements/sandbox.in
1212sqlparse==0.5.3 # via django
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.11
2+ # This file is autogenerated by pip-compile with Python 3.12
33# by the following command:
44#
55# make upgrade
66#
77astroid==3.3.8 # via pylint
88dill==0.3.9 # via pylint
99iniconfig==2.0.0 # via pytest
10- isort==5.13.2 # via -r requirements/testing.in, pylint
10+ isort==6.0.0 # via -r requirements/testing.in, pylint
1111mccabe==0.7.0 # via pylint
1212packaging==24.2 # via pytest
1313platformdirs==4.3.6 # via pylint
1414pluggy==1.5.0 # via pytest
1515pycodestyle==2.12.1 # via -r requirements/testing.in
16- pylint==3.3.3 # via -r requirements/testing.in
16+ pylint==3.3.4 # via -r requirements/testing.in
1717pytest==8.3.4 # via -r requirements/testing.in
1818tomlkit==0.13.2 # via pylint
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.11
2+ # This file is autogenerated by pip-compile with Python 3.12
33# by the following command:
44#
55# make upgrade
66#
7- cachetools==5.5.0 # via tox
7+ cachetools==5.5.1 # via tox
88chardet==5.2.0 # via tox
99colorama==0.4.6 # via tox
1010distlib==0.3.9 # via virtualenv
11- filelock==3.16.1 # via tox, virtualenv
11+ filelock==3.17.0 # via tox, virtualenv
1212packaging==24.2 # via pyproject-api, tox
1313platformdirs==4.3.6 # via tox, virtualenv
1414pluggy==1.5.0 # via tox
15- pyproject-api==1.8 .0 # via tox
16- tox==4.23.2 # via -r requirements/tox.in
17- virtualenv==20.28 .1 # via tox
15+ pyproject-api==1.9 .0 # via tox
16+ tox==4.24.1 # via -r requirements/tox.in
17+ virtualenv==20.29 .1 # via tox
Original file line number Diff line number Diff line change @@ -53,5 +53,6 @@ def get_version(*file_paths):
5353 'Programming Language :: Python :: 3' ,
5454 'Programming Language :: Python :: 3.8' ,
5555 'Programming Language :: Python :: 3.11' ,
56+ 'Programming Language :: Python :: 3.12' ,
5657 ],
5758)
You can’t perform that action at this time.
0 commit comments