Skip to content

Commit 08c32c4

Browse files
committed
CI: set allow-prereleases: true
1 parent 68a54ca commit 08c32c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/setup-python@v4
2222
with:
2323
python-version: ${{ matrix.python-version }}
24+
allow-prereleases: true
2425
- name: Install Dependency and Configure
2526
if: runner.os == 'macOS'
2627
run: |
@@ -72,14 +73,15 @@ jobs:
7273
strategy:
7374
matrix:
7475
os: [windows-2022]
75-
python-version: ['3.8', '3.9', '3.10', '3.11']
76+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
7677
steps:
7778
- uses: actions/checkout@v3
7879
- name: Set up Python ${{ matrix.python-version }} for x64
7980
uses: actions/setup-python@v4
8081
with:
8182
python-version: ${{ matrix.python-version }}
8283
architecture: "x64"
84+
allow-prereleases: true
8385
- name: Cache Windows
8486
id: cache-windows
8587
uses: actions/cache@v3
@@ -110,6 +112,7 @@ jobs:
110112
with:
111113
python-version: ${{ matrix.python-version }}
112114
architecture: "x86"
115+
allow-prereleases: true
113116
- name: Download Binary
114117
run: |
115118
python packing/download_dlls.py

0 commit comments

Comments
 (0)