Skip to content

Commit

Permalink
Merge pull request #27 from ariebovenberg/importlib-backport
Browse files Browse the repository at this point in the history
relax version constraints on importlib-metadata backport
  • Loading branch information
ariebovenberg authored Mar 6, 2023
2 parents 159aad4 + 05bb7b3 commit c21973b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Release history
development
+++++++++++

1.2.1 (2023-03-02)
++++++++++++++++++

- Relax version constrains on ``importlib-metadata`` backport for Python 3.7.

1.2.0 (2022-11-16)
++++++++++++++++++

Expand Down
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.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gentools"
version = "1.2.0"
version = "1.2.1"
description = "Tools for generators, generator functions, and generator-based coroutines"
authors = ["Arie Bovenberg <a.c.bovenberg@gmail.com>"]
license = "MIT"
Expand All @@ -27,7 +27,7 @@ keywords = [

[tool.poetry.dependencies]
python = "^3.7,<4.0"
importlib-metadata = {version = ">=1,<5", python = "<3.8"}
importlib-metadata = {version = "*", python = "<3.8"}

[tool.poetry.group.test.dependencies]
pytest = "^7.0.1"
Expand Down

0 comments on commit c21973b

Please sign in to comment.