Skip to content

Commit d9b39dd

Browse files
mdboomamotl
andauthored
Use 3.12-dev instead of deadsnakes
Co-authored-by: Andreas Motl <[email protected]>
1 parent 5e2ff30 commit d9b39dd

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,15 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626
strategy:
2727
matrix:
28-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
28+
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12-dev"]
2929
os: [ubuntu-latest, macos-latest]
3030
exclude:
3131
- os: macos-latest
32-
python-version: 3.12
32+
python-version: 3.12-dev
3333
steps:
3434
- uses: actions/checkout@v2
3535
- name: Set up Python
36-
uses: actions/setup-python@v2
37-
if: "matrix.python-version != '3.12'"
38-
with:
39-
python-version: ${{ matrix.python-version }}
40-
- uses: deadsnakes/[email protected]
41-
if: "matrix.python-version == '3.12'"
36+
uses: actions/setup-python@v4
4237
with:
4338
python-version: ${{ matrix.python-version }}
4439
- name: Pip cache

0 commit comments

Comments
 (0)