We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc7c2f commit 8239a2fCopy full SHA for 8239a2f
src/psij/descriptor.py
@@ -68,17 +68,17 @@ class Descriptor(object):
68
69
.. code-block:: python
70
71
- from distutils.version import StrictVersion
+ from packaging.version import Version
72
from psij.descriptor import Descriptor
73
74
__PSI_J_EXECUTORS__ = [
75
- Descriptor(name=<name>, version=StrictVersion(<version_str>),
+ Descriptor(name=<name>, version=Version(<version_str>),
76
cls=<fqn_str>),
77
...
78
]
79
80
__PSI_J_LAUNCHERS__ = [
81
82
83
84
0 commit comments