From b5f424d283725af73907aa4668ab408338481fca Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 15 Oct 2024 11:42:11 +1100 Subject: [PATCH 1/2] MAINT: upgrade python=3.12 and anaconda==2024.06-1 --- .github/workflows/cache.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/linkcheck.yml | 4 ++-- .github/workflows/publish.yml | 2 +- environment.yml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index f968aa65..72680e29 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -15,7 +15,7 @@ jobs: auto-update-conda: true auto-activate-base: true miniconda-version: 'latest' - python-version: "3.11" + python-version: "3.12" environment-file: environment.yml activate-environment: quantecon - name: graphviz Support # TODO: required? diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 638eac2b..74d2957b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: auto-update-conda: true auto-activate-base: true miniconda-version: 'latest' - python-version: "3.11" + python-version: "3.12" environment-file: environment.yml activate-environment: quantecon - name: Graphics Support #TODO: Review if graphviz is needed diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 2756bf1e..c45e2b2d 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest"] - python-version: ["3.11"] + python-version: ["3.12"] steps: - name: Checkout uses: actions/checkout@v4 @@ -23,7 +23,7 @@ jobs: auto-update-conda: true auto-activate-base: true miniconda-version: 'latest' - python-version: "3.11" + python-version: "3.12" environment-file: environment.yml activate-environment: quantecon - name: Download "build" folder (cache) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a7648a73..431ada1e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: auto-update-conda: true auto-activate-base: true miniconda-version: 'latest' - python-version: "3.11" + python-version: "3.12" environment-file: environment.yml activate-environment: quantecon - name: Install latex dependencies diff --git a/environment.yml b/environment.yml index f60099b5..abf41a72 100644 --- a/environment.yml +++ b/environment.yml @@ -3,8 +3,8 @@ channels: - default - conda-forge dependencies: - - python=3.11 - - anaconda=2024.06 + - python=3.12 + - anaconda=2024.06-1 - pip - pip: - jupyter-book==0.15.1 From 7a80e692525502c2811b331cb1ef764e3aac317a Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 15 Oct 2024 11:44:20 +1100 Subject: [PATCH 2/2] fix error in anaconda distribution tag --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index abf41a72..02f3286a 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: - conda-forge dependencies: - python=3.12 - - anaconda=2024.06-1 + - anaconda=2024.06 - pip - pip: - jupyter-book==0.15.1