Skip to content

Commit

Permalink
chore: require setuptools for distutils on Python >= 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow53 committed Dec 6, 2023
1 parent f4c595f commit ac63c06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

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

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ syrupy = "^3.0.6"
latex = ["ipython"]
docs = ["Sphinx", "sphinx-rtd-theme", "nbsphinx", "recommonmark", "pandoc", "matplotlib", "seaborn", "toml"]

[tool.poetry.group.dev.dependencies]
setuptools = {version = "^69.0.2", python = ">=3.12"}

[tool.ruff]
line-length = 120

Expand Down

0 comments on commit ac63c06

Please sign in to comment.