Skip to content

Commit 0659d62

Browse files
committed
Latest version of numpy does not support oldest version of Python
1 parent 84f7f4e commit 0659d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
os: [ubuntu-latest, macos-latest, windows-latest]
35-
python-version: ["3.9", "3.10", "3.11", "3.12"]
35+
python-version: ["3.10", "3.11", "3.12"]
3636
runs-on: ${{ matrix.os }}
3737
steps:
3838
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)