Skip to content

Commit 1af09ce

Browse files
authored
Update build.py
Change stable 17 to test latest stable GEOS, GDAL, and PROJ
1 parent 0b7857c commit 1af09ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
dict(
1919
name='stable_pg17',
2020
PG='REL_17_STABLE',
21-
GEOS='main',
21+
GEOS='3.12',
2222
GDAL='release/3.9',
23-
PROJ='9.2.1',
23+
PROJ='9.4',
2424
PG_CC='gcc'
2525
),
2626
dict(

0 commit comments

Comments
 (0)