Commit Graph

7 Commits

Author SHA1 Message Date
Sebastien Binet 3b3e9b5a0a all: remove tests for python2
Signed-off-by: Sebastien Binet <binet@cern.ch>
2023-03-31 18:44:57 +02:00
Randall C. O'Reilly 9c83d3f7c3 update support matrix, add setup.py example in README, gofmt files. 2022-06-19 01:58:22 -07:00
Justin Israel ddc41c9ca2 bind: reduce shared library count from 2 to 1 and use ABI version tagged extension
This merge replaces the python extension linked against the go shared library with a single python extension module. The extension module is also named using the ABI version tagging reported by the python configuration to avoid clashes with other python minor version builds.
Removes need/reference for LD_LIBRARY_PATH modification.

Fixes go-python/gopy#249
2021-03-22 09:02:52 +01:00
Sebastien Binet b486636dd9 ci: arrange correct test environment (PYTHONUBUFFERED, LD_LIBRARY_PATH) 2019-08-24 10:31:16 +02:00
Randall C. O'Reilly 8d98f0953a all tests now passing except maps.. also need to test py2 2019-08-24 10:31:16 +02:00
Sebastien Binet 4a8dbd177d all: streamline python VM selection 2019-01-16 10:58:11 +01:00
Sebastien Binet 1f9f33ff18 all: split unix/windows support 2019-01-16 10:58:11 +01:00