Skip to content

Commit f89402b

Browse files
committed
updated python version in README
1 parent b4770ff commit f89402b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ print(f"{plaintext} -> {ciphertext} -> {decrypted}")
111111
```
112112
## Requires
113113

114-
This project was built and tested with Python 3.8 and later versions. The only dependency is [PyCryptodome](https://pycryptodome.readthedocs.io).
114+
This project was built and tested with Python 3.9 and later versions. The only dependency is [PyCryptodome](https://pycryptodome.readthedocs.io).
115115

116116
## Testing
117117

0 commit comments

Comments
 (0)