Skip to content

Commit 4730e43

Browse files
committed
.github/workflows/integration-test.yml: Remove 3.12-dev; cython is not ready for it
1 parent ad4eec0 commit 4730e43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: true
1919
matrix:
20-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
20+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
2121
steps:
2222
- uses: actions/checkout@v2
2323

@@ -49,7 +49,7 @@ jobs:
4949
runs-on: windows-latest
5050
strategy:
5151
matrix:
52-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
52+
python-version: ["3.8", "3.9", "3.10", "3.11"]
5353
steps:
5454
- uses: actions/checkout@v2
5555

@@ -87,7 +87,7 @@ jobs:
8787
runs-on: macos-latest
8888
strategy:
8989
matrix:
90-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
90+
python-version: ["3.8", "3.9", "3.10", "3.11"]
9191
steps:
9292
- uses: actions/checkout@v2
9393

0 commit comments

Comments
 (0)