Skip to content

Commit 33dc28b

Browse files
committed
TST/MAINT: Update python/numpy version in test matrix
The test matrix was last updated in 2019. Using versions of NumPy and Python that have reached their end of life. This commit bumps the versions used to those that are still within their lifetime.
1 parent d24fa09 commit 33dc28b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
max-parallel: 4
1111
matrix:
12-
python-version: [3.6, 3.7]
13-
numpy-version: [1.15, 1.16, 1.17]
12+
python-version: ["3.7", "3.8", "3.9", "3.10"]
13+
numpy-version: ["1.20", "1.21", "1.22", "1.23"]
1414

1515
steps:
1616
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)