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

Cleanup for 3.12 #10

Merged
merged 2 commits into from
May 5, 2024
Merged

Cleanup for 3.12 #10

merged 2 commits into from
May 5, 2024

Commits on May 4, 2024

  1. Cleanup for 3.12

    - Move to version 0.1.4
    - Fix requirements.txt to have actual requirements
    - Move Github action to use 3.12
    - Move logging setup into main() function so we actually get logging :)
    
    Install and run locally
    - `python3.12 -m venv --upgrade-deps /tmp/tg`
    - `/tmp/tg/bin/pip install -e .[test]`
    - `/tmp/tg/bin/black .`
    - `/tmp/tg/bin/godaddyip run --config_files=/etc/godaddyip.yml --tmp_folder /tmp/cooper_godaddyip`
      - See files in /tmp/cooper_godaddyip
    Cooper Ry Lees committed May 4, 2024
    Configuration menu
    Copy the full SHA
    c5f20a9 View commit details
    Browse the repository at this point in the history
  2. Fix typo of adding extras back in

    Cooper Ry Lees committed May 4, 2024
    Configuration menu
    Copy the full SHA
    f7355fe View commit details
    Browse the repository at this point in the history