Skip to content

Commit

Permalink
Lower setuptools version pinned for focal
Browse files Browse the repository at this point in the history
There was a breaking change in v46.0.0 leading to
`AttributeError: type object 'Distribution' has no attribute no attribute '_finalize_feature_opts'`
  • Loading branch information
ben-ballot committed Oct 27, 2022
1 parent c5f0dec commit 226cd63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wheelhouse.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ MarkupSafe<2.0.0;python_version < '3.6'
MarkupSafe<2.1.0;python_version >= '3.6' and python_version <= '3.8' # py38, focal
MarkupSafe;python_version > '3.8'

setuptools<42;python_version <= '3.8'
setuptools<42;python_version < '3.8'
setuptools<46.0.0;python_version == '3.8'
setuptools;python_version > '3.8'
setuptools-scm<=1.17.0;python_version <= '3.8'
setuptools-scm;python_version > '3.8'
Expand Down

0 comments on commit 226cd63

Please sign in to comment.