Skip to content

Conversation

@ader1990
Copy link
Member

@ader1990 ader1990 commented Jun 10, 2025

  • python: github_actions: add test for Python 3.13
  • fix PyMI for Python 3.13 so that the github actions pass

ader1990 added 3 commits June 10, 2025 10:46
See:
https://docs.python.org/3.9/c-api/init.html#c.PyEval_ThreadsInitialized

```
Returns a non-zero value if PyEval_InitThreads() has been called. This
function can be called without holding the GIL, and therefore can be
used to avoid calls to the locking API when running single-threaded.

Changed in version 3.7: The GIL is now initialized by Py_Initialize().

Deprecated since version 3.9, will be removed in version 3.11.
```
@ader1990 ader1990 force-pushed the add_github_actions_for_py3.13 branch from 14be349 to 4457123 Compare June 10, 2025 08:01
@petrutlucian94
Copy link
Member

Please add a descriptive PR description next time.

@petrutlucian94 petrutlucian94 merged commit 7d92b8c into cloudbase:master Jun 10, 2025
4 checks passed
@ader1990 ader1990 changed the title python: github_actions: add test for Python 3.13 python: github_actions: add test for Python 3.13 and replace deprecated/removed cpython functions Jun 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants