File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed
Expand file tree Collapse file tree 5 files changed +11
-4
lines changed 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 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
Original file line number Diff line number Diff line change 11[tox]
2- envlist = py38
2+ envlist = py311
33
44[testenv]
55passenv =
You can’t perform that action at this time.
0 commit comments