Commit 7327f10
committed
chore(ci): test on Python 3.12
Update pipenv to the same version as GGShield to fix that error:
```
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.12.1/x64/bin/pipenv", line 5, in <module>
from pipenv import cli
File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/pipenv/__init__.py", line 58, in <module>
from .cli import cli
File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/pipenv/cli/__init__.py", line 1, in <module>
from .command import cli # noqa
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/pipenv/cli/command.py", line 7, in <module>
from pipenv.cli.options import (
File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/pipenv/cli/options.py", line 3, in <module>
from pipenv.project import Project
File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/pipenv/project.py", line 20, in <module>
from pipenv.environment import Environment
File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/pipenv/environment.py", line 19, in <module>
from pipenv.patched.pip._vendor import pkg_resources
File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/pipenv/patched/pip/_vendor/pkg_resources/__init__.py", line 2164, in <module>
register_finder(pkgutil.ImpImporter, find_on_path)
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
```1 parent b501175 commit 7327f10
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments