Changes between Version 17 and Version 18 of pyrunner
- Timestamp:
- 12/20/23 14:05:10 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyrunner
v17 v18 4 4 5 5 At this moment PyRunner is compatible with python 3.8, 3.9 and 3.10. 6 7 === Network 8 PyRunner in many cases is dependent on the network, because most systems will use pip to install 3rd party libraries, even for fundamental things like wheel for installation support or multipledispatch for implementing multiple same-name methods with different arity. Python does not have a caching mechanism nor a build-with-dependencies. 6 9 7 10 === Preparing Python