Skip to content

Commit

Permalink
chore: add python 3.12 to CI (#319)
Browse files Browse the repository at this point in the history
* chore: add python 3.12 to CI

* chore: update autoflake hook

* chore: add myself to codeowners

* fix: make doc requirements optional
  • Loading branch information
anand2312 committed Oct 11, 2023
1 parent 89b370f commit d1ee0bb
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
@@ -1 +1 @@
* @olirice @J0
* @olirice @J0 @anand2312
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.8, 3.9, '3.10', '3.11']
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
runs-on: ${{ matrix.os }}
steps:
- name: Clone Repository
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -24,8 +24,8 @@ repos:
"--line-width=88",
]

- repo: https://github.com/myint/autoflake.git
rev: v1.4
- repo: https://github.com/PyCQA/autoflake.git
rev: v2.2.1
hooks:
- id: autoflake
args:
Expand Down

0 comments on commit d1ee0bb

Please sign in to comment.