Skip to content

Commit 54f6c35

Browse files
Use prerelease for CI matrix (#507)
1 parent 1a9b936 commit 54f6c35

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
pyver:
55-
- ~3.12.0-0
55+
- 3.12
5656
- 3.11
5757
- >-
5858
3.10
@@ -70,6 +70,7 @@ jobs:
7070
- name: Setup Python ${{ matrix.pyver }}
7171
uses: actions/setup-python@v4
7272
with:
73+
allow-prereleases: true
7374
python-version: ${{ matrix.pyver }}
7475
cache: 'pip'
7576
cache-dependency-path: '**/requirements*.txt'

0 commit comments

Comments
 (0)