crim-ca / weaver

Weaver: Workflow Execution Management Service (EMS); Application, Deployment and Execution Service (ADES); OGC API - Processes; WPS; CWL Application Package
https://pavics-weaver.readthedocs.io
Apache License 2.0
23 stars 6 forks source link

drop support of EOL python 3.7 #586

Closed fmigneault closed 8 months ago

fmigneault commented 8 months ago

Upcoming package dependencies removed Python 3.7 (pywps, owslib) support. It is also EOL since ~4months.

Add experimental Python 3.12 to CI. Failing due to incompatible SafeConfigParser employed in pyramid_celery. See fix https://github.com/sontek/pyramid_celery/pull/94

codecov[bot] commented 8 months ago

Codecov Report

Merging #586 (017ff26) into master (5b7572f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #586   +/-   ##
=======================================
  Coverage   85.16%   85.16%           
=======================================
  Files          79       79           
  Lines       18016    18016           
  Branches     2726     2726           
=======================================
  Hits        15344    15344           
  Misses       1942     1942           
  Partials      730      730