Skip to content

Commit 6a3d83e

Browse files
authored
chore: add python 3.12 to the test suite (#739)
1 parent 465be93 commit 6a3d83e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest]
21-
python-version: ["3.8", "3.9", "3.10", "3.11"]
21+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424
- name: Clone Repository

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
]
3232

3333
- repo: https://github.com/myint/autoflake.git
34-
rev: v1.4
34+
rev: v2.3.0
3535
hooks:
3636
- id: autoflake
3737
args:

0 commit comments

Comments
 (0)