Skip to content

Commit

Permalink
Update testing to libspatialindex-2.1.0 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews authored Mar 4, 2025
1 parent cd57d41 commit 1854d27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: ['3.9', '3.10', '3.11', '3.12']
# test oldest and newest libspatialindex versions
sidx-version: ['1.8.5', '2.0.0']
# test oldest and newest versions of python and libspatialindex
python-version: ['3.9', '3.13']
sidx-version: ['1.8.5', '2.1.0']
exclude:
- os: 'macos-latest'
- sidx-version: '1.8.5'
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_libspatialindex.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
python -c "import sys; print(sys.version)"

set SIDX_VERSION=2.0.0
set SIDX_VERSION=2.1.0

curl -LO --retry 5 --retry-max-time 120 "https://github.com/libspatialindex/libspatialindex/archive/%SIDX_VERSION%.zip"

Expand Down
4 changes: 2 additions & 2 deletions scripts/install_libspatialindex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -xe

# A simple script to install libspatialindex from a Github Release
VERSION=2.0.0
SHA256=8caa4564c4592824acbf63a2b883aa2d07e75ccd7e9bf64321c455388a560579
VERSION=2.1.0
SHA256=86aa0925dd151ff9501a5965c4f8d7fb3dcd8accdc386a650dbdd62660399926

# where to copy resulting files
# this has to be run before `cd`-ing anywhere
Expand Down

0 comments on commit 1854d27

Please sign in to comment.