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: easy-as-python/django-webmention
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: easy-as-python/django-webmention
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 3 commits
  • 10 files changed
  • 2 contributors

Commits on Oct 12, 2024

  1. Move to modern package configuration (#27)

    * Move to modern package configuration
    
    * Add GitHub Actions configuration
    
    * Add testing deps for mypy
    daneah authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    2ff4152 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2026

  1. Update Github Actions (#30)

    * Update github actions
    
    * remove EoL python and django versions
    * enable PyPI trusted publisher
    * remove travis CI config
    * update classifiers
    
    * matrix strategy for checks
    
    re-uses the tox.tool.env.{lint,format,typecheck} config
    from pyproject.toml
    j23n authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    2e6cf21 View commit details
    Browse the repository at this point in the history
  2. Remove Python 3.9 support (#31)

    Also:
    
    - Update pyproject.toml config for license
    - Update pyproject.toml config for description
    daneah authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    41c2fcc View commit details
    Browse the repository at this point in the history
Loading