Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Commit 93a0a4f

Browse files
committed
Adding support for python 3.11.
1 parent 0195cf2 commit 93a0a4f

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.github/dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22

33
updates:
44

5-
# Maintain the github actions.
5+
# Maintain the GitHub actions.
66
- package-ecosystem: "github-actions"
77
directory: "/"
88
schedule:

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- "3.8"
2121
- "3.9"
2222
- "3.10"
23+
- "3.11"
2324
architecture:
2425
- x64
2526
- x86

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = arduino_hooks
3-
version = 0.2.0
3+
version = 0.2.1
44
description = Arduino tooling hooks for use with the pre-commit framework.
55
long_description = file: README.md
66
long_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]
2122
packages = find:

0 commit comments

Comments
 (0)