Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CI: add testing with GEOS 3.14 and Python 3.14 (#2330) #405

CI: add testing with GEOS 3.14 and Python 3.14 (#2330)

CI: add testing with GEOS 3.14 and Python 3.14 (#2330) #405

Workflow file for this run

name: pre-commit
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: 3.x
- uses: pre-commit/[email protected]