From fe7a83c8c3f9c3122acba37fe2d06a5c7df5f711 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Tue, 26 Oct 2021 13:42:57 -0500 Subject: [PATCH] Note Python compatibility --- README.md | 2 ++ setup.cfg | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index f4cc9f1..7fb2075 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.cfg b/setup.cfg index 1b96a0c..196a9f9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,7 @@ classifiers = [options] +python_requires = >=3.7.*, <3.10.* zip_safe = True include_package_data = True packages = find_namespace: