Skip to content

Commit 1302a96

Browse files
Add py3.11 to test matrix (#38)
* test on py 3.11 * restrict to shapely<2.0 * Update whatsnew.md * Apply suggestions from code review Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com> * let poor shapely back in Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com>
1 parent 2e17689 commit 1302a96

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false # don't cancel other matrix jobs when one fails
1313
matrix:
14-
python-version: ["3.7", "3.8", "3.9", "3.10"]
14+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616

1717
runs-on: ${{ matrix.os }}

docs/source/whatsnew.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
87
## [0.2.4] - TBD
98

109
### Changed
1110
- Removed Shapely instalation check and added specific import of the affinity module
1211
to avoid import errors when using Shapely 2.0 (see PR#40).
1312

13+
### Testing
14+
- Add python 3.11 to test matrix (see PR#38).
15+
1416

1517
## [0.2.3] - 2022-11-11
1618
It is now possible to export the unshaded area for further analysis. A GIF was added to the

0 commit comments

Comments
 (0)