Skip to content

Commit

Permalink
Remove python3.7 dependency code
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Apr 5, 2024
1 parent 52f635d commit 45b8a54
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@
import sysconfig
import tempfile
import platform
if sys.version_info[:2] >= (3, 8):
from functools import cached_property
else:
cached_property = property # Fallback for Python 3.7
from functools import cached_property
from setuptools import setup, Distribution, Extension
from setuptools.command.build_ext import build_ext
from setuptools.command.build_py import build_py
Expand Down

0 comments on commit 45b8a54

Please sign in to comment.