From 1e51cc8f86f4016235d860bde6efcd5c0f295ec6 Mon Sep 17 00:00:00 2001 From: Alex Lancaster Date: Wed, 13 Nov 2024 19:40:21 -0500 Subject: [PATCH] install stable 3.12 --- .github/workflows/build_wheels.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 53c66c814..90237a395 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -197,8 +197,10 @@ jobs: with open('pyproject.toml', 'w') as f: toml.dump(config, f) " - - name: Install most Python stable to handle cffconvert + - name: Install a recent stable Python to handle cffconvert uses: actions/setup-python@v4 + with: + python-version: 3.12 - name: Generate citation formats run: | python --version