8000 MAINT: Start testing with Python 3.11. · numpy/numpy@f04688d · GitHub
[go: up one dir, main page]

Skip to content

Commit f04688d

Browse files
committed
MAINT: Start testing with Python 3.11.
1 parent 48020e8 commit f04688d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161
strategy:
6262
matrix:
63-
python-version: ["3.9", "3.10"]
63+
python-version: ["3.9", "3.10", "3.11-dev"]
6464
steps:
6565
- uses: actions/checkout@v3
6666
with:

0 commit comments

Comments
 (0)
0