Skip to content

Commit

Permalink
Merge pull request #324 from uber/aj_update
Browse files Browse the repository at this point in the history
Drop 2.7 tests and avoid Cython warning
  • Loading branch information
isaacbrodsky authored Aug 11, 2023
2 parents ae9865c + 45d1df0 commit f3f0144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-20.04]
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
exclude:
- os: windows-latest
python-version: 2.7
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
- os: windows-latest
python-version: 3.5

Expand Down
1 change: 1 addition & 0 deletions tests/cython_example.pyx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#cython: language_level=3
from cython cimport boundscheck, wraparound

from h3._cy.h3lib cimport H3int
Expand Down

0 comments on commit f3f0144

Please sign in to comment.