Skip to content

Commit

Permalink
Merge pull request #159 from koen-vg/py3.12-compat
Browse files Browse the repository at this point in the history
Remove disused reference to distutils.debug
  • Loading branch information
fneum authored Apr 30, 2024
2 parents 637c58f + f0ed998 commit 7a933ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ History of Changes
.. Upcoming Version
.. ----------------
* Bugfix to ensure compatibility with python 3.12.

Version 0.5.13 (25.04.2024)
---------------------------

Expand Down
1 change: 0 additions & 1 deletion powerplantmatching/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import os
import re
import xml.etree.ElementTree as ET
from distutils.log import debug
from zipfile import ZipFile

import entsoe
Expand Down

0 comments on commit 7a933ae

Please sign in to comment.