Skip to content

Commit

Permalink
bump upper Python version for CI to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Oct 10, 2024
1 parent b8a0d71 commit a4b574d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests+artifacts+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-12, windows-latest]
python-version: ["3.9", "3.11"]
python-version: ["3.9", "3.12"]
test-suite: ["unit_tests/!(dynamics)", "unit_tests/dynamics/!(condensation)", "unit_tests/dynamics/condensation", "smoke_tests/no_env", "smoke_tests/box", "smoke_tests/parcel_a", "smoke_tests/parcel_b", "smoke_tests/parcel_c", "smoke_tests/kinematic_1d", "smoke_tests/kinematic_2d", "tutorials_tests"]
exclude:
- test-suite: "devops_tests"
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-22.04, macos-12, windows-latest]
python-version: ["3.9", "3.11"]
python-version: ["3.9", "3.12"]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/[email protected]
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-22.04, macos-12, windows-latest]
python-version: ["3.9", "3.11"]
python-version: ["3.9", "3.12"]
test-suite: [ "chemistry_freezing_isotopes", "condensation_a", "condensation_b", "coagulation", "breakup", "multi-process_a", "multi-process_b"]
fail-fast: false
runs-on: ${{ matrix.platform }}
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
fetch-depth: 0 # https://github.com/pypa/setuptools_scm/issues/480
- uses: actions/[email protected]
with:
python-version: "3.11"
python-version: "3.12"

- run: pip install twine build

Expand All @@ -304,7 +304,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-12, macos-14, windows-latest]
python-version: ["3.9", "3.11", "system"]
python-version: ["3.9", "3.12", "system"]
exclude:
- platform: ubuntu-latest
python-version: system
Expand All @@ -315,7 +315,7 @@ jobs:
- platform: macos-14
python-version: "3.9"
- platform: macos-14
python-version: "3.11"
python-version: "3.12"
runs-on: ${{ matrix.platform }}
needs: [package]
steps:
Expand Down

0 comments on commit a4b574d

Please sign in to comment.