-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.3.1 #49
Release 1.3.1 #49
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #49 +/- ##
=======================================
Coverage 96.51% 96.51%
=======================================
Files 4 4
Lines 86 86
Branches 15 15
=======================================
Hits 83 83
Misses 2 2
Partials 1 1
|
with sniffio 1.3.1, i can no longer install into environments with very old setuptools
|
Do you know the oldest setuptools version that supports pep 517 off the top of your head? I can't find anything in the changelog but I saw some reference to fixing that in setup tools 40 at least. |
@A5rocks, not sure. I know my project was trying to use setuptools-62.1.0. I was just reporting in case someone comes along with the same issue. I'll pin to |
Looks like ... On the other hand, I think a very simple solution for you if you wanted to use |
No description provided.