Changes between Version 17 and Version 18 of pyrunner


Ignore:
Timestamp:
12/20/23 14:05:10 (16 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyrunner

    v17 v18  
    44
    55At this moment PyRunner is compatible with python 3.8, 3.9 and 3.10.
     6
     7=== Network
     8PyRunner 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.
    69
    710=== Preparing Python