From 6a5d26a86ff2b42a342c6221d3ac12cc8e6e228e Mon Sep 17 00:00:00 2001 From: Scott Fleming Date: Wed, 15 Jan 2025 16:24:06 -0500 Subject: [PATCH] fixed imcompatible test of numpy 2.1.x with Python 3.9.x --- .github/workflows/ci_workflows.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 8d1c823..d39d8bc 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -34,11 +34,6 @@ jobs: python: 3.9.21 toxenv: py39-test-alldeps-numpy124-cov - - name: Python 3.9.xx with numpy 2.10 and full coverage - os: ubuntu-latest - python: 3.9.21 - toxenv: py39-test-alldeps-numpy210-cov - - name: Python 3.9.xx with oldest supported version of all dependencies os: ubuntu-16.04 python: 3.9.21