stactools-packages / landsat

stactools package for working with LANDSAT data
Other
4 stars 6 forks source link

deprecate python 3.8, add testing of python 3.12 #64

Open philvarner opened 12 months ago

philvarner commented 12 months ago

Related Issue(s):

n/a

Description:

  1. Restrict to require Python >=3.9 (previously unrestricted)
  2. Test Python 3.12 in CI

PR checklist:

philvarner commented 12 months ago

Putting this back into draft mode as the latest aiohttp release doesn't build correctly on 3.12.

aiohttp can either (1) be pinned to aiohttp==3.9.0b0 or (2) AIOHTTP_NO_EXTENSIONS=1 set for the install (per https://github.com/aio-libs/aiohttp/issues/7229)