From d9e4b17726becba82a3360a76731ca6e84973c67 Mon Sep 17 00:00:00 2001 From: hspark92 Date: Sun, 26 Nov 2023 19:02:53 +0000 Subject: [PATCH] update ci --- .github/workflows/build_wheels.yml | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index a342a63..655e715 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -1,4 +1,4 @@ -name: Build +name: Build Wheels on: [push, pull_request] diff --git a/setup.py b/setup.py index 8e7cd21..169fa31 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,8 @@ [ "fast_grid/libs/distance_matrix.pyx", "fast_grid/libs/potential.pyx", - ] + ], + compiler_directives={"language_level": "3"}, ), include_dirs=[np.get_include()], )