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: OpenChemistry/stempy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.3.6
Choose a base ref
...
head repository: OpenChemistry/stempy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.3.7
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 17, 2023

  1. Build wheels for Python 3.11 also

    I believe Python 3.11 wheels were being skipped because, at the time,
    several dependencies did not have Python 3.11 support.
    
    But our dependencies should have Python 3.11 support now. So let's
    add back in Python 3.11.
    
    Signed-off-by: Patrick Avery <[email protected]>
    psavery committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2630aa9 View commit details
    Browse the repository at this point in the history
  2. Upgrade stempy_wheel_builder to manylinux2014

    manylinux2010 is no longer supported as of about a year ago. It also
    does not contain Python > 3.10.
    
    We should upgrade to the next version, manylinux2014.
    
    Signed-off-by: Patrick Avery <[email protected]>
    psavery committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c0f4a21 View commit details
    Browse the repository at this point in the history
  3. Upgrade pybind11 to v2.11.1

    Our current version of pybind11 doesn't build with Python 3.11.
    We need to upgrade. v2.11.1 is the latest version of pybind11.
    
    Signed-off-by: Patrick Avery <[email protected]>
    psavery committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    de97886 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Merge pull request #295 from OpenChemistry/python3.11

    Build wheels for Python 3.11 also
    psavery authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    2c8aa53 View commit details
    Browse the repository at this point in the history
Loading