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

Commits on May 23, 2026

  1. Back to dev

    filmor committed May 23, 2026
    Configuration menu
    Copy the full SHA
    fa7b3b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2026

  1. Migrate to slnx (#2733)

    filmor authored Jul 1, 2026
    Configuration menu
    Copy the full SHA
    10c5531 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2026

  1. Update dependencies (#2739)

    * Bump actions/checkout from 6 to 7
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
        dependency-version: '7'
        dependency-type: direct:production
        update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump actions/setup-python from 6 to 7
    
    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
        dependency-version: '7'
        dependency-type: direct:production
        update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump actions/setup-dotnet from 5 to 6
    
    Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5 to 6.
    - [Release notes](https://github.com/actions/setup-dotnet/releases)
    - [Commits](actions/setup-dotnet@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-dotnet
        dependency-version: '6'
        dependency-type: direct:production
        update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update lock
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    filmor authored Aug 14, 2026
    Configuration menu
    Copy the full SHA
    107e9a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2026

  1. Python 3.15 (#2729)

    * Initial Python 3.15 support
    * Drop 3.10 support and add to CI
    * Adjust version ranges
    filmor authored Aug 16, 2026
    Configuration menu
    Copy the full SHA
    d2d2716 View commit details
    Browse the repository at this point in the history
Loading