Skip to content

Commit

Permalink
Add py3.11 to test matrix (#38)
Browse files Browse the repository at this point in the history
* 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>
kandersolar and AdamRJensen authored Jan 5, 2023
1 parent 2e17689 commit 1302a96
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false # don't cancel other matrix jobs when one fails
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.os }}
4 changes: 3 additions & 1 deletion docs/source/whatsnew.md
Original file line number Diff line number Diff line change
@@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.2.4] - TBD

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

### Testing
- Add python 3.11 to test matrix (see PR#38).


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

0 comments on commit 1302a96

Please sign in to comment.