Free-threaded Python Library Compatibility Checker

Compatibility Results: CPython 3.13t and 3.14t

Library Installation Status Heatmap
Loading...

Loading library status heatmap...

Loading...

Loading Python 3.13t heatmap...

Loading...

Loading Python 3.14t heatmap...

Success
Failed
No Data

Python 3.13t Compatibility Results

Library Version Build Result Error Details Last Updated At
pre-commit 4.2.0 Success - 2025-05-20 16:21:33
ipykernel 6.29.5 Success - 2025-05-20 17:26:54
mysql-connector-python 9.3.0 Success - 2025-05-20 16:21:51
opentelemetry-util-http 0.55b1 Success - 2025-05-20 17:46:21
rfc3339-validator 0.1.4 Success - 2025-05-20 16:22:14
pytest-mock 3.14.1 Success - 2025-05-20 17:46:37
editables 0.5 Success - 2025-05-20 16:47:28
croniter 6.0.0 Success - 2025-05-20 18:06:37
typeguard 4.4.4 Success - 2025-05-20 16:48:21
overrides 7.7.0 Success - 2025-05-20 18:06:54
zope-interface 7.2 Success - 2025-05-20 17:09:38
ordered-set 4.1.0 Success - 2025-05-20 18:07:19
secretstorage 3.3.3 Failed
  error: subprocess-exited-with-error
  
  × Building wheel for cryptography (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [19 lines of output]
      Running `maturin pep517 build-wheel -i /tmp/tmpte9o5dfp/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-_u86uv1s/cryptography_b0dd547bc9d94211aea3ac39156d80ee/LICENSE"
      📦 Including license file "/tmp/pip-install-_u86uv1s/cryptography_b0dd547bc9d94211aea3ac39156d80ee/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-_u86uv1s/cryptography_b0dd547bc9d94211aea3ac39156d80ee/LICENSE.BSD"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings with abi3 support
      🐍 Found CPython 3.13t at /tmp/tmpte9o5dfp/venv/bin/python
      📡 Using build options locked from pyproject.toml
      ⚠️ Warning: CPython 3.13t at /tmp/tmpte9o5dfp/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-_u86uv1s/cryptography_b0dd547bc9d94211aea3ac39156d80ee/src/rust/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-_u86uv1s/cryptography_b0dd547bc9d94211aea3ac39156d80ee/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-_u86uv1s/cryptography_b0dd547bc9d94211aea3ac39156d80ee/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-_u86uv1s/cryptography_b0dd547bc9d94211aea3ac39156d80ee/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      error: package `cryptography-rust v0.1.0 (/tmp/pip-install-_u86uv1s/cryptography_b0dd547bc9d94211aea3ac39156d80ee/src/rust)` cannot be built because it requires rustc 1.74.0 or newer, while the currently active rustc version is 1.63.0
      
      💥 maturin failed
        Caused by: Failed to build a native library through cargo
        Caused by: Cargo build finished with "exit status: 101": `env -u CARGO PYO3_ENVIRONMENT_SIGNATURE="cpython-3.13-64bit" PYO3_PYTHON="/tmp/tmpte9o5dfp/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmpte9o5dfp/venv/bin/python" "cargo" "rustc" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-_u86uv1s/cryptography_b0dd547bc9d94211aea3ac39156d80ee/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmpte9o5dfp/venv/bin/python', '--compatibility', 'off'] returned non-zero exit status 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for cryptography
ERROR: Failed to build installable wheels for some pyproject.toml based projects (cryptography)
2025-05-20 16:16:31
uvloop 0.21.0 Failed
37: note: declared here
         13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag;
            |                                     ^~~~~~~~~~~~~~~
      uvloop/loop.c: In function ‘__pyx_pf_6uvloop_4loop_11SSLProtocol_20resume_writing’:
      uvloop/loop.c:166099:3: warning: ‘Py_OptimizeFlag’ is deprecated [-Wdeprecated-declarations]
      166099 |   if (unlikely(__pyx_assertions_enabled())) {
             |   ^~
      /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/cpython/pydebug.h:13:37: note: declared here
         13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag;
            |                                     ^~~~~~~~~~~~~~~
      uvloop/loop.c: In function ‘__pyx_f_6uvloop_4loop_6Server__attach’:
      uvloop/loop.c:172171:3: warning: ‘Py_OptimizeFlag’ is deprecated [-Wdeprecated-declarations]
      172171 |   if (unlikely(__pyx_assertions_enabled())) {
             |   ^~
      /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/cpython/pydebug.h:13:37: note: declared here
         13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag;
            |                                     ^~~~~~~~~~~~~~~
      uvloop/loop.c: In function ‘__pyx_f_6uvloop_4loop_6Server__detach’:
      uvloop/loop.c:172238:3: warning: ‘Py_OptimizeFlag’ is deprecated [-Wdeprecated-declarations]
      172238 |   if (unlikely(__pyx_assertions_enabled())) {
             |   ^~
      /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/cpython/pydebug.h:13:37: note: declared here
         13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag;
            |                                     ^~~~~~~~~~~~~~~
      uvloop/loop.c: At top level:
      uvloop/loop.c:207203:69: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      207203 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
             |                                                                     ^~~~~~~~~~~~~~~~~~~~
             |                                                                     vectorcallfunc
      uvloop/loop.c:207248:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      207248 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
             |                                                                                ^~~~~~~~~~~~~~~~~~~~
             |                                                                                vectorcallfunc
      uvloop/loop.c: In function ‘__Pyx_CyFunction_CallAsMethod’:
      uvloop/loop.c:207937:6: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      207937 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
             |      ^~~~~~~~~~~~~~~~~~~~
             |      vectorcallfunc
      uvloop/loop.c:4627:45: warning: initialization of ‘int’ from ‘vectorcallfunc’ {aka ‘struct _object * (*)(struct _object *, struct _object * const*, long unsigned int,  struct _object *)’} makes integer from pointer without a cast [-Wint-conversion]
       4627 | #define __Pyx_CyFunction_func_vectorcall(f) (((PyCFunctionObject*)f)->vectorcall)
            |                                             ^
      uvloop/loop.c:207937:32: note: in expansion of macro ‘__Pyx_CyFunction_func_vectorcall’
      207937 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
             |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      uvloop/loop.c:207940:16: warning: implicit declaration of function ‘__Pyx_PyVectorcall_FastCallDict’; did you mean ‘__Pyx_PyObject_FastCallDict’? [-Wimplicit-function-declaration]
      207940 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
             |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             |                __Pyx_PyObject_FastCallDict
      uvloop/loop.c:207940:16: warning: returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
      207940 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
             |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      error: command '/usr/bin/cc' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for uvloop
ERROR: Failed to build installable wheels for some pyproject.toml based projects (uvloop)
2025-05-20 17:30:18
alembic 1.16.2 Success - 2025-05-20 16:18:57
simplejson 3.20.1 Success - 2025-05-20 18:07:34
google-pasta 0.2.0 Success - 2025-05-20 17:30:39
xmltodict 0.14.2 Success - 2025-05-20 15:29:22
fastavro 1.11.1 Success - 2025-05-20 18:30:33
asgiref 3.8.1 Success - 2025-05-20 16:19:16

Python 3.14t Compatibility Results

Library Version Build Result Error Details Last Updated At
pre-commit 4.2.0 Success - 2025-05-20 18:54:57
ipykernel 6.29.5 Success - 2025-05-20 17:28:33
mysql-connector-python 9.3.0 Success - 2025-05-20 16:27:49
opentelemetry-util-http 0.55b1 Success - 2025-05-20 18:55:15
rfc3339-validator 0.1.4 Success - 2025-05-20 17:28:59
pytest-mock 3.14.1 Success - 2025-05-20 16:29:02
editables 0.5 Success - 2025-05-20 19:47:42
croniter 6.0.0 Success - 2025-05-20 17:29:11
typeguard 4.4.4 Success - 2025-05-20 16:29:39
overrides 7.7.0 Success - 2025-05-20 20:24:40
zope-interface 7.2 Success - 2025-05-20 18:06:34
ordered-set 4.1.0 Success - 2025-05-20 16:29:55
secretstorage 3.3.3 Failed
  error: subprocess-exited-with-error
  
  × Building wheel for cryptography (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [19 lines of output]
      Running `maturin pep517 build-wheel -i /tmp/tmp4wxdwakp/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-ma4jk658/cryptography_22c0d1ee837a477b9052fe536e1cfd4f/LICENSE"
      📦 Including license file "/tmp/pip-install-ma4jk658/cryptography_22c0d1ee837a477b9052fe536e1cfd4f/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-ma4jk658/cryptography_22c0d1ee837a477b9052fe536e1cfd4f/LICENSE.BSD"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings with abi3 support
      🐍 Found CPython 3.14t at /tmp/tmp4wxdwakp/venv/bin/python
      📡 Using build options locked from pyproject.toml
      ⚠️ Warning: CPython 3.14t at /tmp/tmp4wxdwakp/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-ma4jk658/cryptography_22c0d1ee837a477b9052fe536e1cfd4f/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-ma4jk658/cryptography_22c0d1ee837a477b9052fe536e1cfd4f/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-ma4jk658/cryptography_22c0d1ee837a477b9052fe536e1cfd4f/src/rust/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-ma4jk658/cryptography_22c0d1ee837a477b9052fe536e1cfd4f/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      error: package `cryptography-cffi v0.1.0 (/tmp/pip-install-ma4jk658/cryptography_22c0d1ee837a477b9052fe536e1cfd4f/src/rust/cryptography-cffi)` cannot be built because it requires rustc 1.74.0 or newer, while the currently active rustc version is 1.63.0
      
      💥 maturin failed
        Caused by: Failed to build a native library through cargo
        Caused by: Cargo build finished with "exit status: 101": `env -u CARGO PYO3_ENVIRONMENT_SIGNATURE="cpython-3.14-64bit" PYO3_PYTHON="/tmp/tmp4wxdwakp/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmp4wxdwakp/venv/bin/python" "cargo" "rustc" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-ma4jk658/cryptography_22c0d1ee837a477b9052fe536e1cfd4f/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmp4wxdwakp/venv/bin/python', '--compatibility', 'off'] returned non-zero exit status 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for cryptography
ERROR: Failed to build installable wheels for some pyproject.toml based projects (cryptography)
2025-05-20 15:33:31
uvloop 0.21.0 Failed
te: declared here
         13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag;
            |                                     ^~~~~~~~~~~~~~~
      uvloop/loop.c: In function ‘__pyx_pf_6uvloop_4loop_11SSLProtocol_20resume_writing’:
      uvloop/loop.c:166099:3: warning: ‘Py_OptimizeFlag’ is deprecated [-Wdeprecated-declarations]
      166099 |   if (unlikely(__pyx_assertions_enabled())) {
             |   ^~
      /root/.local/share/uv/python/cpython-3.14.0a7+freethreaded-linux-x86_64-gnu/include/python3.14t/cpython/pydebug.h:13:37: note: declared here
         13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag;
            |                                     ^~~~~~~~~~~~~~~
      uvloop/loop.c: In function ‘__pyx_f_6uvloop_4loop_6Server__attach’:
      uvloop/loop.c:172171:3: warning: ‘Py_OptimizeFlag’ is deprecated [-Wdeprecated-declarations]
      172171 |   if (unlikely(__pyx_assertions_enabled())) {
             |   ^~
      /root/.local/share/uv/python/cpython-3.14.0a7+freethreaded-linux-x86_64-gnu/include/python3.14t/cpython/pydebug.h:13:37: note: declared here
         13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag;
            |                                     ^~~~~~~~~~~~~~~
      uvloop/loop.c: In function ‘__pyx_f_6uvloop_4loop_6Server__detach’:
      uvloop/loop.c:172238:3: warning: ‘Py_OptimizeFlag’ is deprecated [-Wdeprecated-declarations]
      172238 |   if (unlikely(__pyx_assertions_enabled())) {
             |   ^~
      /root/.local/share/uv/python/cpython-3.14.0a7+freethreaded-linux-x86_64-gnu/include/python3.14t/cpython/pydebug.h:13:37: note: declared here
         13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag;
            |                                     ^~~~~~~~~~~~~~~
      uvloop/loop.c: At top level:
      uvloop/loop.c:207203:69: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      207203 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
             |                                                                     ^~~~~~~~~~~~~~~~~~~~
             |                                                                     vectorcallfunc
      uvloop/loop.c:207248:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      207248 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
             |                                                                                ^~~~~~~~~~~~~~~~~~~~
             |                                                                                vectorcallfunc
      uvloop/loop.c: In function ‘__Pyx_CyFunction_CallAsMethod’:
      uvloop/loop.c:207937:6: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      207937 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
             |      ^~~~~~~~~~~~~~~~~~~~
             |      vectorcallfunc
      uvloop/loop.c:4627:45: warning: initialization of ‘int’ from ‘vectorcallfunc’ {aka ‘struct _object * (*)(struct _object *, struct _object * const*, long unsigned int,  struct _object *)’} makes integer from pointer without a cast [-Wint-conversion]
       4627 | #define __Pyx_CyFunction_func_vectorcall(f) (((PyCFunctionObject*)f)->vectorcall)
            |                                             ^
      uvloop/loop.c:207937:32: note: in expansion of macro ‘__Pyx_CyFunction_func_vectorcall’
      207937 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
             |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      uvloop/loop.c:207940:16: warning: implicit declaration of function ‘__Pyx_PyVectorcall_FastCallDict’; did you mean ‘__Pyx_PyObject_FastCallDict’? [-Wimplicit-function-declaration]
      207940 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
             |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             |                __Pyx_PyObject_FastCallDict
      uvloop/loop.c:207940:16: warning: returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
      207940 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
             |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      error: command '/usr/bin/cc' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for uvloop
ERROR: Failed to build installable wheels for some pyproject.toml based projects (uvloop)
2025-05-20 21:01:43
alembic 1.16.2 Success - 2025-05-20 15:42:44
simplejson 3.20.1 Success - 2025-05-20 18:06:55
google-pasta 0.2.0 Success - 2025-05-20 16:30:17
xmltodict 0.14.2 Success - 2025-05-20 16:12:06
fastavro 1.11.1 Success - 2025-05-20 21:03:15
asgiref 3.8.1 Success - 2025-05-20 16:43:31