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: TechNickAI/AICodeBot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.0
Choose a base ref
...
head repository: TechNickAI/AICodeBot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.1
Choose a head ref
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 20, 2023

  1. Update Python version support and cleanup setup.py 🧹

    Adjusted the Python version matrix in the GitHub Actions workflow to include Python 3.9. Also, lowered the minimum required Python version in setup.py to 3.9. Removed unnecessary package data from setup.py. This makes our project more accessible to developers using Python 3.9. 🐍
    TechNickAI committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    33d061d View commit details
    Browse the repository at this point in the history
  2. Remove the check for main in setup.py, we use aicodebot/__init__.py t…

    …o store the version now
    TechNickAI committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    db8cde8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a4e45d View commit details
    Browse the repository at this point in the history
  4. Skip Python 3.9 in GitHub Actions build matrix 🏗️

    Due to a build failure with Python 3.9 in GitHub Actions, we're temporarily skipping it. The build matrix now only includes Python 3.10 and 3.11. We'll revisit this once the issue with Python 3.9 is resolved.
    TechNickAI committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    529f07b View commit details
    Browse the repository at this point in the history
  5. Bump version to 0.14.1

    TechNickAI committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    75cb9a4 View commit details
    Browse the repository at this point in the history
Loading