Skip to content

Commit

Permalink
Merge pull request #124 from smaret/fix-distutils-depr
Browse files Browse the repository at this point in the history
Fix distutils deprecation with Python 3.12
  • Loading branch information
e-koch authored Apr 2, 2024
2 parents cd9fcc5 + ead94af commit 1eb0216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio_beam/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from __future__ import print_function, absolute_import, division

import os
from distutils.version import LooseVersion
from setuptools._distutils.version import LooseVersion

# Import casatools and casatasks here if available as they can otherwise
# cause a segfault if imported later on during tests.
Expand Down

0 comments on commit 1eb0216

Please sign in to comment.