Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 67b7b05

Browse files
remicalixtehush-hush
authored andcommitted
Review
1 parent 9ea77f6 commit 67b7b05

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ workflows:
4444
version: 2
4545
build_test_deploy:
4646
jobs:
47+
# Currently we inconditionally bind some newer functions making 3.5 and 3.6 nott working.
48+
# We could later check for python version and readd the tests
4749
# - python3.5
4850
# - python3.6
4951
- python3.7

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ the `int` represent the error code from the CPython `PyRun_AnyFile` function
4040
and error will be set if we failed to open `filename`.
4141

4242
If an error is raise before calling th CPython function `int` default to `-1`.
43+
44+
Take a look at some [examples](examples)

0 commit comments

Comments
 (0)