diff --git a/.github/workflows/run-all-tests.yml b/.github/workflows/run-all-tests.yml index 0ddbddc..f7ddb97 100644 --- a/.github/workflows/run-all-tests.yml +++ b/.github/workflows/run-all-tests.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14-dev'] steps: - uses: actions/checkout@v4 diff --git a/README.rst b/README.rst index cddaa76..5b4da6b 100644 --- a/README.rst +++ b/README.rst @@ -93,7 +93,7 @@ It was written to provide clean and python only geometries for fastkml_ :alt: License .. |downloads| image:: https://img.shields.io/pypi/dm/pygeoif.svg - :target: https://pypi.python.org/pypi/pygeoif/ + :target: https://www.pepy.tech/projects/pygeoif :alt: Downloads Installation