Skip to content

Commit

Permalink
Note Python compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Oct 26, 2021
1 parent 922127e commit fe7a83c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ $ source venv/bin/activate # or use activate.csh or activate.fish as needed

Once this is done, you can run `venv/bin/python` as your Python interpreter and it will have the Pipe Dreams API (and all its dependencies) ready for use. Note that the `activate` step, although deprecated, is still necessary in order to have the `celery` program on your execution path.

👉 **Note:** As of release 1.0.3 of Pipe Dreams, Python 3.7 through Python 3.9 are supported. Python 3.10 is not yet endorsed by this package.


## 👩‍💻 Customizing the Workflow

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ classifiers =


[options]
python_requires = >=3.7.*, <3.10.*
zip_safe = True
include_package_data = True
packages = find_namespace:
Expand Down

0 comments on commit fe7a83c

Please sign in to comment.