Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add python 3.11 support (#663) #673

Closed
wants to merge 7 commits into from
Closed

Add python 3.11 support (#663) #673

wants to merge 7 commits into from

Commits on Sep 13, 2022

  1. Add python 3.11 support (#663)

    * security disclosure docs
    
    * Add python 3.11 support
    
    * ci: use `windows-2019` runners
    
    `windows-2016` runners have been removed
    
    * ci: use CPython 3.11.0-rc.2 for Windows builds
    
    Co-authored-by: Matt Davis <[email protected]>
    mayeut and nitzmahone committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    f873cfe View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. block Cython 3.0+ as a build dep (#702)

    * keeps libyaml extension build functional once Cython 3.0 releases; stopgap measure until we can rewrite the extension build to eliminate all the ancient deprecated distutils magic
    nitzmahone committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    ae08bdc View commit details
    Browse the repository at this point in the history
  2. 6.0.1 release

    nitzmahone committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    c42fa3b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Python 3.12 + musllinux_1_1_x86_64 wheel support

    * misc CI updates
    nitzmahone committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b4d80a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. disable CI trigger on PR edits

    (cherry picked from commit 155ec46)
    nitzmahone committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f5527a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. 6.0.2rc1 (#809)

    * Conditional support for Cython3.x, CI updates (#808)
    
    * Cython 3.x support needed for Python 3.13
    * Move CI to a dynamic matrix
    * Use GHA-hosted Apple Silicon runners
    * Move Windows builds to cibuildwheel
    * Implement rudimentary PEP517 config-settings passthru to setuptools with
      custom in-tree setuptools build backend shim (blocked Windows build
      being moved to cibuildwheel).
    * Use build_config.toml to smuggle JSON to cibuildwheel, since it
      trashes JSON via CLI when doing containerized builds.
    
    (cherry picked from commit a2d19c0)
    
    * changes for 6.0.2rc1
    
    * fix manifest test inclusion
    nitzmahone committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    dd9f0e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Release 6.0.2 (#819)

    * fix `setup.py test` and issue deprecation warning (#820)
    
    * direct invocation of `setup.py` commands has been long deprecated by setuptools
    
    (cherry picked from commit f74f335)
    
    * release 6.0.2
    nitzmahone committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    41309b0 View commit details
    Browse the repository at this point in the history