Skip to content

Commit

Permalink
build: update the minimum supported versions of development tools
Browse files Browse the repository at this point in the history
Supporting older versions of development tools is an unnecessary burden,
as it does not affect the users of RDFLib and upgrading the minimum
required versions of development tools does not change the dependencies
of RDFLib's wheel or sdist.
  • Loading branch information
aucampia committed Aug 1, 2023
1 parent 9c73581 commit 62ea1d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ lxml-stubs = "^0.4.0"
pytest = "^7.1.3"
pytest-cov = "^4.0.0"
coverage = {version = "^7.0.1", extras = ["toml"]}
types-setuptools = ">=65.6.0.3,<69.0.0.0"
setuptools = ">=65.6.3,<69.0.0"
types-setuptools = "^68.0.0.3"
setuptools = "^68.0.0"

[tool.poetry.group.docs.dependencies]
sphinx = ">=5.3,<8.0"
myst-parser = ">=1,<3"
sphinx = "^7.1.1"
myst-parser = "^2.0.0"
sphinxcontrib-apidoc = "^0.3.0"
sphinx-autodoc-typehints = "^1.17.1"
typing-extensions = "^4.5.0"
Expand Down

0 comments on commit 62ea1d0

Please sign in to comment.