diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 9782aef7..60c2f9ed 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -191,7 +191,7 @@ jobs: python util/wheel_rename.py dist/*.whl - name: No Source Distribution for Python ${{ matrix.python-version }} - if: ${{ matrix.python-version != '3.11' }} + if: ${{ matrix.python-version != '3.12' }} run: | rm dist/*.tar.gz diff --git a/.github/workflows/cron-conda.yml b/.github/workflows/cron-conda.yml index fc3dfd77..7b1f9057 100644 --- a/.github/workflows/cron-conda.yml +++ b/.github/workflows/cron-conda.yml @@ -120,11 +120,11 @@ jobs: - ubuntu-latest # - windows-latest # skip for now python-version: - #- "3.7" # skip for now - "3.8" - "3.9" - "3.10" - "3.11" + - "3.12" steps: - uses: actions/checkout@v4 with: