diff --git a/README.md b/README.md
index f79c987a7..3a5b88422 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
-
+
@@ -44,7 +44,7 @@ Here are common things that Hamilton is compared to, and how Hamilton compares t
| Feature | Hamilton | Macro orchestration systems (e.g. Airflow) | Feast | dbt | Dask |
|-------------------------------------------|:---:|:---------------------------------------------:|:-----:|:---:|:----:|
-| Python 3.7+ | ✅ | ✅ | ✅ | ✅ | ✅ |
+| Python 3.8+ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Helps you structure your code base | ✅ | ❌ | ❌ | ✅ | ❌ |
| Code is always unit testable | ✅ | ❌ | ❌ | ❌ | ❌ |
| Documentation friendly | ✅ | ❌ | ❌ | ❌ | ❌ |
@@ -66,7 +66,7 @@ For the latest updates, follow us on [twitter](https://twitter.com/hamilton_os)!
## Installation
Requirements:
-* Python 3.7+
+* Python 3.8+
To get started, first you need to install hamilton. It is published to pypi under `sf-hamilton`:
> pip install sf-hamilton