Skip to content

Commit 08abc1a

Browse files
committed
relax numpy constraints
1 parent d3ae27e commit 08abc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-module.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
max-parallel: 4
6767
matrix:
68-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
68+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
6969
steps:
7070
- uses: actions/checkout@v3
7171
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)