Skip to content

Commit a9d746b

Browse files
TEMP: Restore default numpy to see if 3.7 starts working...
1 parent c233e32 commit a9d746b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
os: [ubuntu-latest, windows-latest, macos-15-intel]
57-
python: [cp37, cp38, cp39, cp310, cp311, cp312, cp313, cp314]
57+
python: [cp37]
5858

5959

6060
include:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def install_for_development(self):
108108
"numpy",
109109
# Numpy PR #27235 was never backported to 2.0.*, so just fall back
110110
# to numpy 1.*
111-
"numpy<2.0 ; sys_platform == 'win32' and python_version == '3.9'",
111+
# "numpy<2.0 ; sys_platform == 'win32' and python_version == '3.9'",
112112
"epicsdbbuilder>=1.4",
113113
"pyyaml>=6.0"
114114
],

0 commit comments

Comments
 (0)