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
1818 steps :
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
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
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
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)
You can’t perform that action at this time.
0 commit comments