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

Require python>=3.8 and bump version to 0.11 #452

Merged
merged 9 commits into from
Oct 31, 2023
Merged

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    7013664 View commit details
    Browse the repository at this point in the history
  2. update appveyor

    isuruf committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    2a3f762 View commit details
    Browse the repository at this point in the history
  3. Fix GHA yaml

    isuruf committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    2bdf33f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Fix appveyor tests

    isuruf committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    7e7b9df View commit details
    Browse the repository at this point in the history
  2. Fix syntax

    isuruf committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    557c231 View commit details
    Browse the repository at this point in the history
  3. Try to fix yaml

    isuruf committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    26aeb30 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Update for new requirements

    isuruf authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    696676e View commit details
    Browse the repository at this point in the history
  2. Install cython with wheels

    isuruf authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ea09366 View commit details
    Browse the repository at this point in the history
  3. Disable MinGW-w64 builds for now

    This was using MSVC built python with a non-UCRT based MinGW-w64 and it was a hack anyway. To get it properly working we probably need a MinGW-w64 based python or a UCRT based MinGW-w64.
    isuruf authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    946e661 View commit details
    Browse the repository at this point in the history