We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f37398 commit 72b6bfdCopy full SHA for 72b6bfd
.github/workflows/pre-release.yml
@@ -33,7 +33,7 @@ jobs:
33
strategy:
34
matrix:
35
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
36
- python-version: ["3.9", "3.10", "3.11"]
+ python-version: ["3.9", "3.10", "3.11", "3.12"]
37
architecture: ['x64', 'x86']
38
install: ['pip']
39
check: ['test']
@@ -54,6 +54,8 @@ jobs:
54
architecture: x86
55
- os: macos-latest
56
57
+ - python-version: '3.12'
58
+ architecture: x86
59
60
env:
61
DEPENDS: ${{ matrix.depends }}
@@ -72,6 +74,7 @@ jobs:
72
74
with:
73
75
python-version: ${{ matrix.python-version }}
76
architecture: ${{ matrix.architecture }}
77
+ allow-prereleases: true
78
- name: Display Python version
79
run: python -c "import sys; print(sys.version)"
80
- name: Create virtual environment
0 commit comments