From 67b7b05b0fbef5753863648ac6011583e073f72d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Calixte?= Date: Tue, 22 Jan 2019 11:22:20 -0500 Subject: [PATCH] Review --- .circleci/config.yml | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 19dd86c..10fad98 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,6 +44,8 @@ workflows: version: 2 build_test_deploy: jobs: + # Currently we inconditionally bind some newer functions making 3.5 and 3.6 nott working. + # We could later check for python version and readd the tests # - python3.5 # - python3.6 - python3.7 diff --git a/README.md b/README.md index 4a368f1..9e67dca 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,5 @@ the `int` represent the error code from the CPython `PyRun_AnyFile` function and error will be set if we failed to open `filename`. If an error is raise before calling th CPython function `int` default to `-1`. + +Take a look at some [examples](examples) \ No newline at end of file