Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 883 Bytes

POEM_066.md

File metadata and controls

26 lines (19 loc) · 883 Bytes

POEM ID: 066
Title: Adopt NEP29
authors: @robfalck
Competing POEMs:
Related POEMs:
Associated implementation PR: N/A

Status:

  • Active
  • Requesting decision
  • Accepted
  • Rejected
  • Integrated

Motivation

To date OpenMDAO has supported Python versions until they are officially unsupported by the Python software foundation. This has occasionally led to issues with dependency conflicts and other troubles for our oldest supported Python version. This POEM recommends that OpenMDAO, as numpy-dependent software, adopt the numpy deprecation policy: NEP-0029.

Implementaiton

This implementation will occur in the next minor release of OpenMDAO after the integration of this POEM. Python and Numpy support for various versions will be dropped per the table at the NEP-0029 link above.