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

Remove requirement for python-future #45

Open
wants to merge 2 commits into
base: devel
Choose a base branch
from

Commits on Sep 3, 2024

  1. Remove requirement for python-future

    d7cf49a has already removed the usages of future, this commit will remove it as a dependency.
    
    Resolves dell#42.
    thebeanogamer committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8cd96f7 View commit details
    Browse the repository at this point in the history
  2. Remove usage of past.builtins.long

    long has been equivalent to int since PEP-237 (Python 2.2)
    thebeanogamer committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6d8a323 View commit details
    Browse the repository at this point in the history