File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 - ["3.9", "py39"]
2828 - ["3.10", "py310"]
2929 - ["3.11", "py311"]
30- - ["3.12.0-alpha.7 ", "py312"]
30+ - ["3.12.0-beta.2 ", "py312"]
3131 - ["3.9", "docs"]
3232 - ["3.9", "coverage"]
3333 - ["3.9", "py39-datetime"]
Original file line number Diff line number Diff line change 22# https://github.com/zopefoundation/meta/tree/master/config/pure-python
33[meta ]
44template = " pure-python"
5- commit-id = " fe63cb4c "
5+ commit-id = " 1814282a "
66
77[python ]
88with-pypy = false
Original file line number Diff line number Diff line change 1010from RestrictedPython import compile_restricted_single
1111from RestrictedPython ._compat import IS_PY38_OR_GREATER
1212from RestrictedPython ._compat import IS_PY310_OR_GREATER
13- from RestrictedPython ._compat import IS_PY312_OR_GREATER
13+ from RestrictedPython ._compat import IS_PY311_OR_GREATER
1414from tests .helper import restricted_eval
1515
1616
@@ -103,7 +103,7 @@ def test_compile__compile_restricted_exec__5():
103103 assert result .code is None
104104 assert result .warnings == []
105105 assert result .used_names == {}
106- if IS_PY312_OR_GREATER :
106+ if IS_PY311_OR_GREATER :
107107 assert result .errors == (
108108 'Line None: SyntaxError: source code string cannot contain null'
109109 ' bytes at statement: None' ,)
You can’t perform that action at this time.
0 commit comments