Skip to content

Commit

Permalink
DEP: Minimum PROJ version 8.2 (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Aug 24, 2022
1 parent cf4439e commit dccefd6
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 594 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11']
proj-version: ['9.0.1']
include:
- python-version: '3.8'
proj-version: '8.1.1'
- python-version: '3.9'
proj-version: '8.2.1'
steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Change Log
Latest
-------
- WHL: Python 3.11 Wheels (issue #1110)
- DEP: Minimum PROJ version 8.1 (issue #1011)
- DEP: Minimum PROJ version 8.2 (issue #1011)
- BUG: Fix transformer list for 3D transformations in :class:`.TransformerGroup` (discussion #1072)
- ENH: Added authority, accuracy, and allow_ballpark kwargs to :class:`.TransformerGroup` (pull #1076)
- CLN: Remove deprecated ``skip_equivalent`` kwarg from transformers and ``errcheck`` kwarg from :meth:`.CRS.from_cf` (pull #1077)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Python interface to `PROJ <https://proj.org/>`_ (cartographic projections and c

GitHub Repository: https://github.com/pyproj4/pyproj

.. note:: Minimum supported PROJ version is 8.1
.. note:: Minimum supported PROJ version is 8.2

.. note:: Minimum supported Python version is 3.8

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pyproj PROJ
3.0.0 7.2
3.0.1+ 7.2-9
3.3.0+ 8.0-9
3.4.0+ 8.1+
3.4.0+ 8.2+
============ ============

Setup PROJ
Expand Down

0 comments on commit dccefd6

Please sign in to comment.