Skip to content

Commit 5237fe1

Browse files
authored
Set 3.12 support to experimental in python-package.yml while aredis gets sorted out
1 parent 02ff777 commit 5237fe1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# for example if a test fails only when Cython is enabled
4646
fail-fast: false
4747
matrix:
48-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
48+
python-version: ['3.8', '3.9', '3.10', '3.11']
4949
use-cython: ['true', 'false']
5050
experimental: [false]
5151
include:
@@ -55,6 +55,12 @@ jobs:
5555
- python-version: ~3.13.0-0
5656
experimental: true
5757
use-cython: false
58+
- python-version: 3.12
59+
experimental: true
60+
use-cython: false
61+
- python-version: 3.12
62+
experimental: true
63+
use-cython: true
5864
env:
5965
USE_CYTHON: ${{ matrix.use-cython }}
6066
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)