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

Update deploy-agent future deps #1681

Merged
merged 3 commits into from
Jul 31, 2024

Commits on Jul 31, 2024

  1. (trivial) fix ws

    osoriano committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a6ead08 View commit details
    Browse the repository at this point in the history
  2. Update deploy-agent future deps

    The "future" packages may have been useful for python 2/3
    compatibility, but the current targets are: 3.8, 3.12
    
    Drop the unnecessary dependencies:
    - print_function - Feature is included in 3.0
    - absolute_import - Feature is included in 3.0
    - with_metaclass - In 3.0, inheriting object makes no difference
    - PY3 - Evaluates to True in 3.0
    
    References:
    - https://docs.python.org/3/library/__future__.html#module-contents
    osoriano committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7a35375 View commit details
    Browse the repository at this point in the history
  3. bump deploy-agent version

    osoriano committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    798509a View commit details
    Browse the repository at this point in the history