diff --git a/Doc/data/stable_abi.dat b/Doc/data/stable_abi.dat index 4d9ac8537e2e81..9c5fdcefaf81d0 100644 --- a/Doc/data/stable_abi.dat +++ b/Doc/data/stable_abi.dat @@ -987,7 +987,7 @@ macro,Py_mod_abi,3.15,, macro,Py_mod_create,3.5,, macro,Py_mod_doc,3.15,, macro,Py_mod_exec,3.5,, -macro,Py_mod_gil,3.12,, +macro,Py_mod_gil,3.13,, macro,Py_mod_methods,3.15,, macro,Py_mod_multiple_interpreters,3.12,, macro,Py_mod_name,3.15,, diff --git a/Misc/stable_abi.toml b/Misc/stable_abi.toml index 7d156f4b864f68..31d22e64b846ba 100644 --- a/Misc/stable_abi.toml +++ b/Misc/stable_abi.toml @@ -2533,7 +2533,7 @@ [function.PyEval_GetFrameLocals] added = '3.13' [const.Py_mod_gil] - added = '3.12' + added = '3.13' [function.Py_TYPE] # Before 3.14, this was a macro that accessed the PyObject member