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: aws-cloudformation/cloudformation-cli-python-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a672fb3
Choose a base ref
...
head repository: aws-cloudformation/cloudformation-cli-python-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9d1ab97
Choose a head ref
  • 6 commits
  • 20 files changed
  • 3 contributors

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    e5bbb8f View commit details
    Browse the repository at this point in the history
  2. Add support for python up to 3.11 (#265)

    * Add support for python up to 3.11
    
    * update pre-commit
    
    * Fix None type check from typing Optional
    
    * Disable pylint deprecated option
    
    * Force certain names in exceptions
    
    * PR cleanup tasks
    kddejong authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    ebf8346 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Add support for python 3.12 (#267)

    * Add support for python 3.12
    
    * Update README for python3.12
    
    * Update lib support for python 3.12
    kddejong authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8303053 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d65ce59 View commit details
    Browse the repository at this point in the history
  3. Create pypi-release.yaml (#271)

    This helps in automating the PyPi release when the package version is bumped.
    saieshwarm authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fbfb45b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d1ab97 View commit details
    Browse the repository at this point in the history
Loading