Skip to content

Commit 61543ba

Browse files
authored
Merge pull request #4781 from Avasam/Fix-test_build_ext.py-on-python-3.9
Fix `test_build_ext.py` on Python 3.9
2 parents 4d4efe5 + b75af80 commit 61543ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setuptools/tests/test_build_ext.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import os
24
import sys
35
from importlib.util import cache_from_source as _compiled_file_name

0 commit comments

Comments
 (0)