Skip to content

Commit

Permalink
Pin importlib-metadata<5 on Python 3.7 (#2671)
Browse files Browse the repository at this point in the history
* Pin importlib-metadata<5 on Python 3.7

* Add newsfragment
  • Loading branch information
kclowes authored Oct 7, 2022
1 parent 14cb121 commit 5f64595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions newsfragments/2671.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pin importlib-metadata dependency to <5 to allow Python 3.7 builds to run
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"bumpversion",
"flaky>=3.7.0,<4",
"hypothesis>=3.31.2,<6",
"importlib-metadata<5.0;python_version<'3.8'",
"pytest>=6.2.5,<7",
"pytest-asyncio>=0.18.1,<0.19",
"pytest-mock>=1.10,<2",
Expand Down

0 comments on commit 5f64595

Please sign in to comment.