Skip to content

Commit 0336fa8

Browse files
authored
Update README.md with new Python requirements
1 parent 32534e3 commit 0336fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
102102
A basic set of integration tests is included alongside the unit tests, but are only run if the `RUNTIME_SOCK` environment variable is set correctly.
103103
They are verified in CI against a minikube installation running Docker and `dockershim`.

0 commit comments

Comments
 (0)