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: yaml/pyyaml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.0
Choose a base ref
...
head repository: yaml/pyyaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.0.1
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

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 authored 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 authored 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
Loading