diff --git a/README.md b/README.md
index fc954a5..e656486 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
> I'm doing a survey to figure out the way forward for this library - https://airtable.com/shrJWfd63yBWSJKoI
> Your feedback is very much appreciated!
+
+
+
+
# Intro: Fault-Oblivious Stateful Python Code
cadence-python allows you to create Python functions that have their state (local variables etc..) implicitly saved such that if the process/machine fails the state of the function is not lost and can resume from where it left off.
diff --git a/setup.py b/setup.py
index febac75..31db30d 100644
--- a/setup.py
+++ b/setup.py
@@ -22,6 +22,8 @@
],
classifiers=[
"Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],