Skip to content

Commit ff7381d

Browse files
committed
update misc files
1 parent 0b2e1c1 commit ff7381d

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1.0..3.12)
1+
cmake_minimum_required(VERSION 3.1.0..3.14)
22

33
project(nlopt-python)
44

extensions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ def build_extension(self, ext: Extension):
4141
# - required for auto-detection of auxiliary "native" libs
4242
ext_dir = Path(self.get_ext_fullpath(ext.name)).parent.absolute()
4343
_ed = ext_dir.as_posix()
44-
if not _ed.endswith(os.path.sep):
45-
_ed += os.path.sep
4644

4745
build_dir = create_directory(Path(self.build_temp))
4846

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ classifiers =
3434
Topic :: Scientific/Engineering
3535

3636
[options]
37-
python_requires = >= 3.6
37+
python_requires = >= 3.8

0 commit comments

Comments
 (0)