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: gitpython-developers/smmap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.2
Choose a base ref
...
head repository: gitpython-developers/smmap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 2, 2025

  1. Test Python 3.7 on Ubuntu 22.04, and add Ubuntu 3.13

    This is analogous to the gitdb test workflow and `setup.py` updates
    in gitpython-developers/gitdb#114.
    
    1. Testing 3.7 on 22.04 rather than 24.04 should fix the problem
       where it fails because Python 3.7 is not available.
    
    2. Adding Ubuntu 3.13 to CI may help reveal if there are
       3.13-specific problems with smmap.
    
    3. smmap seems to be working on Python 3.13 (which is a stable
       Python release) and there are no specific expected problems with
       it, so this adds it to the list of supported releases.
    
    In particular, this change, due to (1), fixes the current CI
    failure for smmap observed in f31bfa3.
    EliahKagan committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    636b3e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #58 from EliahKagan/versions

    Test Python 3.7 on Ubuntu 22.04, and add Ubuntu 3.13
    Byron authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    8d0e0bd View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2025

  1. Configuration menu
    Copy the full SHA
    13b8c9b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #59 from EliahKagan/security

    Add SECURITY.md, referencing the GitPython one
    Byron authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    8f82e6c View commit details
    Browse the repository at this point in the history
Loading