Skip to content

Commit

Permalink
Update Python version and add pre-commit dependency (#93)
Browse files Browse the repository at this point in the history
* Update Python version and add pre-commit dependency

* Remove Python 3.8.x from matrix

* Update Python version and pre-commit configuration
  • Loading branch information
NirantK authored Jan 16, 2024
1 parent 9b63427 commit 3b32619
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 1 deletion.
106 changes: 105 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ mkdocstrings = "^0.22.0"
pillow = "^10.0.0"
cairosvg = "^2.7.1"
mknotebooks = "^0.8.0"
pre-commit = { version = "^3.6.0", python = ">=3.9,<3.12" }


[build-system]
Expand Down

0 comments on commit 3b32619

Please sign in to comment.