Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Python 3.8 dropped and support for 3.12 added #471

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 6, 2024

  1. fix: Update workflow_dispatch trigger

    Remove unnecessary branch specification for workflow_dispatch event
    CodeWithEmad committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    e6fe749 View commit details
    Browse the repository at this point in the history
  2. fix: xblockutils is deprecated

    All of the functionalities in xblockutils is moved to xblock.utils inside XBlock pakcage
    CodeWithEmad committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    7ab687c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. fix: remove pkg_resources for python 3.12 compatibility

    pkg_resources is available in python 3.12 only if setuptools is explicitly installed, which is not always the case.
    CodeWithEmad committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c0701a3 View commit details
    Browse the repository at this point in the history
  2. feat: new make commands to interact with dev container

    * dev.stop: Stop the running container
    * dev.migrate: Run migrations in the container
    * dev.logs: View logs from the container
    * dev.exec: Execute to the dev container
    CodeWithEmad committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7cd50cc View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    7a01ac2 View commit details
    Browse the repository at this point in the history
  2. chore: changelog added

    CodeWithEmad committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f4f5873 View commit details
    Browse the repository at this point in the history