From cb95aa57b66810d970bbfa440f325747097488c1 Mon Sep 17 00:00:00 2001 From: aaronayres35 <36972686+aaronayres35@users.noreply.github.com> Date: Fri, 11 Jun 2021 07:29:44 -0500 Subject: [PATCH 1/2] use oldest-supported-numpy in pyproject.toml (#847) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06ae32aac..42eecc8f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["cython", "numpy", "setuptools", "wheel"] +requires = ["cython", "oldest-supported-numpy", "setuptools", "wheel"] build-backend = "setuptools.build_meta" From d273e965646ce87aab0676aec75ef6803fed93ad Mon Sep 17 00:00:00 2001 From: Aaron Ayres Date: Mon, 14 Jun 2021 09:04:21 -0500 Subject: [PATCH 2/2] update changelog --- CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 758999a73..21163343e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -45,12 +45,13 @@ Maintenance * Remove old deprecated drawing methods (#814) * Remove AbstractWindow.bg_color trait (#816) * Remove unused enable/trait_defs/ui/wx/enable_rgba_color_editor.py module (#817) +* Deal with __getstate__ methods (#804, #841) Build and Continuous Integration -------------------------------- * Skip markers tests if not using agg (#799) -* Add pyproject.toml to specify cython and numpy as build deps (#808) +* Add pyproject.toml to specify cython and numpy as build deps (#808, #836, #847) * Verify swig version in setup.py (#811) Enable 5.1.1