Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ScazLab/libqi-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: aldebaran/libqi-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 2, 2026

  1. feat: add Python 3.12 and 3.13 support

    - Fix _Py_IsFinalizing removed in Python 3.13; use public Py_IsFinalizing()
      for Python >= 3.13 and keep _Py_IsFinalizing() for 3.7-3.12
    - Add perl-Time-Piece yum dependency required to build OpenSSL 3.6.x
    - Use --output-folder=/conan-generators in conan install for predictable
      generator paths with scikit-build-core (replaces --preset=conan-release)
    - Add Python 3.12 and 3.13 classifiers to pyproject.toml
    Maelic committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    3c1197f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2026

  1. Merge pull request aldebaran#36 from Maelic/master

    feat: add Python 3.12 and 3.13 support
    nyibbang authored Apr 12, 2026
    Configuration menu
    Copy the full SHA
    f51dbb3 View commit details
    Browse the repository at this point in the history
Loading