You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Enhance <code>dotenv run</code>, switch to <code>execvpe</code> for better resource management and signal handling (<ahref="https://github.com/theskumar/python-dotenv/issues/523">#523</a>) by <ahref="https://github.com/eekstunt">@eekstunt</a></p>
878
-
<p><strong>Fixed</strong>
879
-
- <code>find_dotenv</code> and <code>load_dotenv</code> now correctly looks up at the current directory when running in debugger or pdb (<ahref="https://github.com/theskumar/python-dotenv/issues/553">#553</a> by <ahref="https://github.com/zueve">@randomseed42</a>)</p>
880
-
<p><strong>Misc</strong>
881
-
- Drop support for Python 3.8</p>
875
+
<p><strong>Feature</strong></p>
876
+
<ul>
877
+
<li>Add support for python 3.13</li>
878
+
<li>Enhance <code>dotenv run</code>, switch to <code>execvpe</code> for better resource management and signal handling (<ahref="https://github.com/theskumar/python-dotenv/issues/523">#523</a>) by <ahref="https://github.com/eekstunt">@eekstunt</a></li>
879
+
</ul>
880
+
<p><strong>Fixed</strong></p>
881
+
<ul>
882
+
<li><code>find_dotenv</code> and <code>load_dotenv</code> now correctly looks up at the current directory when running in debugger or pdb (<ahref="https://github.com/theskumar/python-dotenv/issues/553">#553</a> by <ahref="https://github.com/zueve">@randomseed42</a>)</li>
0 commit comments