#1248: Use imp only when importlib.util not available

The imp module is deprecated and will be removed in Python 12.
This commit is contained in:
Pablo Santiago Blum de Aguiar
2023-07-10 14:43:45 +02:00
parent 617aaa1fd0
commit 0420442e77
3 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
fail-fast: false
runs-on: ${{ matrix.os }}
steps: