diff --git a/.github/workflows/clean_template.yml b/.github/workflows/clean_template.yml index 11efa87..a5ccf81 100644 --- a/.github/workflows/clean_template.yml +++ b/.github/workflows/clean_template.yml @@ -31,7 +31,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.12' + python-version: '3.13' - name: Clean template scripts run: | python clean_template.py diff --git a/.github/workflows/lint_benchmarks.yml b/.github/workflows/lint_benchmarks.yml index 60c3ac4..981cae8 100644 --- a/.github/workflows/lint_benchmarks.yml +++ b/.github/workflows/lint_benchmarks.yml @@ -20,10 +20,10 @@ jobs: steps: - uses: actions/checkout@v6 - - name: Set up Python 3.8 + - name: Set up Python uses: actions/setup-python@v6 with: - python-version: 3.8 + python-version: 3.13 - name: Lint with ${{ inputs.linter }} run: | diff --git a/.github/workflows/test_benchmarks.yml b/.github/workflows/test_benchmarks.yml index 6f6c587..36a776a 100644 --- a/.github/workflows/test_benchmarks.yml +++ b/.github/workflows/test_benchmarks.yml @@ -76,7 +76,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Setup Conda - uses: conda-incubator/setup-miniconda@v3 + uses: conda-incubator/setup-miniconda@v4 with: auto-update-conda: true miniforge-version: latest