Skip to content

Commit 72b6bfd

Browse files
committed
CI: Add 3.12 pre-release tests
1 parent 5f37398 commit 72b6bfd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
36-
python-version: ["3.9", "3.10", "3.11"]
36+
python-version: ["3.9", "3.10", "3.11", "3.12"]
3737
architecture: ['x64', 'x86']
3838
install: ['pip']
3939
check: ['test']
@@ -54,6 +54,8 @@ jobs:
5454
architecture: x86
5555
- os: macos-latest
5656
architecture: x86
57+
- python-version: '3.12'
58+
architecture: x86
5759

5860
env:
5961
DEPENDS: ${{ matrix.depends }}
@@ -72,6 +74,7 @@ jobs:
7274
with:
7375
python-version: ${{ matrix.python-version }}
7476
architecture: ${{ matrix.architecture }}
77+
allow-prereleases: true
7578
- name: Display Python version
7679
run: python -c "import sys; print(sys.version)"
7780
- name: Create virtual environment

0 commit comments

Comments
 (0)