Skip to content

Commit

Permalink
use Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaseberle committed Nov 18, 2024
1 parent 92c6a8f commit 4d90bb4
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-tiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
TZ: America/NewYork
GH_TOKEN: ${{ github.token }}

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

outputs:
done: ${{ steps.build.outputs.done }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
rerun:
if: needs.build.outputs.done == 'false'
needs: build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
DEBIAN_FRONTEND: noninteractive
TZ: America/NewYork
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
rerun2:
if: needs.rebuild.outputs.done == 'false'
needs: rerun
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
DEBIAN_FRONTEND: noninteractive
TZ: America/NewYork
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

jobs:
ziplist:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
DEBIAN_FRONTEND: noninteractive
TZ: America/NewYork
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

environment: release

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
DEBIAN_FRONTEND: noninteractive
TZ: America/NewYork
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-one-tile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
TZ: America/NewYork
GH_TOKEN: ${{ github.token }}

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
ziplist:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
DEBIAN_FRONTEND: noninteractive
TZ: America/NewYork
Expand Down
10 changes: 5 additions & 5 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cython
chardet==4.0.0
idna==2.10
numpy==1.23.5
pillow==10.2.0
pyproj==3.4.1
numpy==1.26.4
Pillow==10.2.0
pyproj==3.6.1
requests==2.31.0
rtree==0.9.7
Rtree==0.9.7
scikit-fmm
shapely==1.7.1
Shapely==1.7.1
urllib3==1.26.18
12 changes: 5 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile
Expand All @@ -18,19 +18,17 @@ idna==2.10
# via
# -r requirements.in
# requests
numpy==1.23.5
# via
# -r requirements.in
# scikit-fmm
numpy==1.26.4
# via -r requirements.in
pillow==10.2.0
# via -r requirements.in
pyproj==3.4.1
pyproj==3.6.1
# via -r requirements.in
requests==2.31.0
# via -r requirements.in
rtree==0.9.7
# via -r requirements.in
scikit-fmm==2023.4.2
scikit-fmm==2024.5.29
# via -r requirements.in
shapely==1.7.1
# via -r requirements.in
Expand Down

0 comments on commit 4d90bb4

Please sign in to comment.