File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Adding container-runtime-interface-api to Pipfile's [packages]…
1313...
1414```
1515
16- This project currently supports Python 3.7 +.
16+ This project currently supports Python 3.10 +.
1717
1818#### Connection
1919
@@ -97,7 +97,7 @@ $ export RUNTIME_SOCK=$(minikube ip):15432
9797
9898### Testing
9999
100- Unit tests are run against all supported Python versions: 3.7 , 3.8 , and 3.9 .
100+ Unit tests are run against all supported Python versions: 3.10 , 3.11 , and 3.12 .
101101
102102A basic set of integration tests is included alongside the unit tests, but are only run if the `RUNTIME_SOCK` environment variable is set correctly.
103103They are verified in CI against a minikube installation running Docker and `dockershim`.
You can’t perform that action at this time.
0 commit comments