From 1302a96572d9cb876bd0bbe8a7654da640547ed4 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Thu, 5 Jan 2023 09:57:12 -0500 Subject: [PATCH] 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> --- .github/workflows/test.yml | 2 +- docs/source/whatsnew.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f503db2..b006a69 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }} diff --git a/docs/source/whatsnew.md b/docs/source/whatsnew.md index 6832a92..f8980d5 100644 --- a/docs/source/whatsnew.md +++ b/docs/source/whatsnew.md @@ -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