Skip to content

Commit d1ee0bb

Browse files
authored
chore: add python 3.12 to CI (#319)
* chore: add python 3.12 to CI * chore: update autoflake hook * chore: add myself to codeowners * fix: make doc requirements optional
1 parent 89b370f commit d1ee0bb

File tree

5 files changed

+115
-41
lines changed

5 files changed

+115
-41
lines changed

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @olirice @J0
1+
* @olirice @J0 @anand2312

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
python-version: [3.8, 3.9, '3.10', '3.11']
11+
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Clone Repository

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ repos:
2424
"--line-width=88",
2525
]
2626

27-
- repo: https://github.com/myint/autoflake.git
28-
rev: v1.4
27+
- repo: https://github.com/PyCQA/autoflake.git
28+
rev: v2.2.1
2929
hooks:
3030
- id: autoflake
3131
args:

0 commit comments

Comments
 (0)