Skip to content

Commit

Permalink
resolve #226
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Jul 15, 2024
1 parent d2a0d48 commit a67525a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 23 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
matrix:
os: [ubuntu-latest]
environment-file:
- ci/39-oldest.yaml
- ci/310-oldest.yaml
- ci/310-latest.yaml
- ci/311-latest.yaml
Expand Down
19 changes: 0 additions & 19 deletions ci/39-oldest.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Installation
============

giddy currently supports python `3.9`_, `3.10`_, `3.11`_, and `3.12`_.
giddy currently supports python `3.10`_, `3.11`_, and `3.12`_.
Please make sure that you are operating in a python 3 environment.

Installing released version
Expand Down Expand Up @@ -41,7 +41,6 @@ your fork. By making changes
to your local clone and submitting a pull request to `pysal/giddy`_, you can
contribute to the giddy development.

.. _3.9: https://docs.python.org/3.9/
.. _3.10: https://docs.python.org/3.10/
.. _3.11: https://docs.python.org/3.11/
.. _3.12: https://docs.python.org/3.12/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: GIS",
]
requires-python = ">=3.9"
requires-python = ">=3.10"
dependencies = [
"esda>=2.4",
"libpysal>=4.8",
Expand Down

0 comments on commit a67525a

Please sign in to comment.