Skip to content

Commit

Permalink
milc bump to 1.6.8, add python 3.10-3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Nov 30, 2023
1 parent f9d3020 commit 64b1027
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12]

steps:
- uses: actions/checkout@v3
Expand Down
16 changes: 8 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ description = A program to help users work with QMK Firmware.
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT License
project_urls =
project_urls =
Bug Tracker = https://github.com/qmk/qmk_cli/issues
Documentation = https://docs.qmk.fm/#/cli
Homepage = https://qmk.fm/
Source = https://github.com/qmk/qmk_cli/
classifiers =
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
Expand All @@ -35,9 +35,9 @@ classifiers =
Topic :: Utilities

[options]
install_requires =
install_requires =
hid
milc>=1.4.2
milc>=1.6.8
pyusb
setuptools>=45
# qmk_firmware packages
Expand All @@ -51,7 +51,7 @@ packages = find:
python_requires = >=3.7

[options.entry_points]
console_scripts =
console_scripts =
qmk = qmk_cli.script_qmk:main

[yapf]
Expand All @@ -72,13 +72,13 @@ continuation_indent_width = 4
dedent_closing_brackets = True
disable_ending_comma_heuristic = False
each_dict_entry_on_separate_line = True
i18n_comment =
i18n_function_call =
i18n_comment =
i18n_function_call =
indent_blank_lines = False
indent_dictionary_value = True
indent_width = 4
join_multiple_lines = False
no_spaces_around_selected_binary_operators =
no_spaces_around_selected_binary_operators =
spaces_around_default_or_named_assign = False
spaces_around_power_operator = False
spaces_before_comment = 2
Expand Down

0 comments on commit 64b1027

Please sign in to comment.