Skip to content

Commit

Permalink
perf: use packaging.version instead of distutils
Browse files Browse the repository at this point in the history
distutils has been removed since python 3.12
  • Loading branch information
Moraxyc authored May 22, 2024
1 parent 50c00ba commit 59280bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tableaudocumentapi/xfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import zipfile
from lxml import etree as ET

from distutils.version import LooseVersion as Version
from packaging.version import Version

MIN_SUPPORTED_VERSION = Version("9.0")

Expand Down

0 comments on commit 59280bb

Please sign in to comment.