Skip to content

Commit 73f9c7f

Browse files
authored
Added warning re outdated Clojars version (#128)
Hi - Just had some problems due to referencing the outdated `cnuernber` aritfacts on Clojars. This name is still widely referenced in blog entries & videos and crashes when trying to run with Python 3.8, for example. I thought a small warning on the README may help others to avoid this trap. Thanks for a great library! Alan
1 parent 69c4c0c commit 73f9c7f

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
# libpython-clj
1+
# JNA libpython bindings to the tech ecosystem.
22

3-
JNA libpython bindings to the tech ecosystem.
3+
### Version Info
44

55
[![Clojars Project](https://img.shields.io/clojars/v/clj-python/libpython-clj.svg)](https://clojars.org/clj-python/libpython-clj)
66
[![travis integration](https://travis-ci.com/clj-python/libpython-clj.svg?branch=master)](https://travis-ci.com/clj-python/libpython-clj)
77

8+
- Note - Please avoid deprecated versions such as `[cnuernber/libpython-clj "1.36"]` (***note name change***).
9+
10+
## libpython-clj features
11+
812
* Bridge between JVM objects and Python objects easily; use Python in your Java and
913
use some Java in your Python.
1014
* Python objects are linked to the JVM GC such that when they are no longer reachable

0 commit comments

Comments
 (0)