Skip to content

Commit 1854d27

Browse files
authored
Update testing to libspatialindex-2.1.0 (#353)
1 parent cd57d41 commit 1854d27

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
23-
python-version: ['3.9', '3.10', '3.11', '3.12']
24-
# test oldest and newest libspatialindex versions
25-
sidx-version: ['1.8.5', '2.0.0']
23+
# test oldest and newest versions of python and libspatialindex
24+
python-version: ['3.9', '3.13']
25+
sidx-version: ['1.8.5', '2.1.0']
2626
exclude:
2727
- os: 'macos-latest'
2828
- sidx-version: '1.8.5'

scripts/install_libspatialindex.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
python -c "import sys; print(sys.version)"
22

3-
set SIDX_VERSION=2.0.0
3+
set SIDX_VERSION=2.1.0
44

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

scripts/install_libspatialindex.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
set -xe
33

44
# A simple script to install libspatialindex from a Github Release
5-
VERSION=2.0.0
6-
SHA256=8caa4564c4592824acbf63a2b883aa2d07e75ccd7e9bf64321c455388a560579
5+
VERSION=2.1.0
6+
SHA256=86aa0925dd151ff9501a5965c4f8d7fb3dcd8accdc386a650dbdd62660399926
77

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

0 commit comments

Comments
 (0)