Skip to content

Commit

Permalink
Merge pull request #4781 from Avasam/Fix-test_build_ext.py-on-python-3.9
Browse files Browse the repository at this point in the history
Fix `test_build_ext.py` on Python 3.9
  • Loading branch information
jaraco authored Dec 31, 2024
2 parents 4d4efe5 + b75af80 commit 61543ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setuptools/tests/test_build_ext.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import os
import sys
from importlib.util import cache_from_source as _compiled_file_name
Expand Down

0 comments on commit 61543ba

Please sign in to comment.