This repository was archived by the owner on Nov 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
22
33updates :
44
5- # Maintain the github actions.
5+ # Maintain the GitHub actions.
66 - package-ecosystem : " github-actions"
77 directory : " /"
88 schedule :
Original file line number Diff line number Diff line change 2020 - " 3.8"
2121 - " 3.9"
2222 - " 3.10"
23+ - " 3.11"
2324 architecture :
2425 - x64
2526 - x86
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Version 0.2.1
33
44:Date: 3-January-2022
55
6+ * Officially Supporting python 3.11.
67* Renamed changelog to ``CHANGES.rst `` to be more consistent with newer projects.
78* Shifting project to use ``isort `` in preference to ``reorder-python-imports ``.
89 This is for consistency with newer projects and ease of use.
Original file line number Diff line number Diff line change 11[metadata]
22name = arduino_hooks
3- version = 0.2.0
3+ version = 0.2.1
44description = Arduino tooling hooks for use with the pre-commit framework.
55long_description = file: README.md
66long_description_content_type = text/markdown
@@ -16,6 +16,7 @@ classifiers =
1616 Programming Language :: Python :: 3.8
1717 Programming Language :: Python :: 3.9
1818 Programming Language :: Python :: 3.10
19+ Programming Language :: Python :: 3.11
1920
2021[options]
2122packages = find:
You can’t perform that action at this time.
0 commit comments