From 0cc9eab563c324d795a62ecb2dfff05da3571796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com> Date: Wed, 21 Aug 2024 13:39:36 +0200 Subject: [PATCH] fix build --- .gitlab-ci.yml | 1 + example/setup.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9b5336..e26efeb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,7 @@ pages: - python setup.py install - cd example - python setup.py build_ext --inplace + - nose2 -vv test_python35: extends: .test diff --git a/example/setup.py b/example/setup.py index 163ef8d..5e76f96 100644 --- a/example/setup.py +++ b/example/setup.py @@ -41,7 +41,6 @@ setup(name='example_module', 'Cython', 'snakehouse' ], zip_safe=False, - python_requires='!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*', ext_modules=ext_modules ) -- GitLab