Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Commit fde68c1

Browse files
authored
Merge pull request #18 from sevein/dev/py-min-version
Add min. Py3 version required
2 parents c8c1645 + 47a8f7a commit fde68c1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
> I'm doing a survey to figure out the way forward for this library - https://airtable.com/shrJWfd63yBWSJKoI <br/>
22
> Your feedback is very much appreciated!
33
4+
<p>
5+
<img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/cadence-client">
6+
</p>
7+
48
# Intro: Fault-Oblivious Stateful Python Code
59

610
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.

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
],
2323
classifiers=[
2424
"Programming Language :: Python :: 3",
25+
"Programming Language :: Python :: 3.7",
26+
"Programming Language :: Python :: 3.8",
2527
"License :: OSI Approved :: MIT License",
2628
"Operating System :: OS Independent",
2729
],

0 commit comments

Comments
 (0)