From 1cf1e13f04984f4f050f7464ad5580f044ac7878 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Mon, 3 Apr 2023 20:30:09 +0200 Subject: [PATCH 1/3] .circleci/config.yml: Update Python patch versions Update the Python patch versions of CPython 3.7 to 3.11 and PyPy 3.8 and 3.9 to their latest versions. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2428a81..a2bc09a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,7 @@ jobs: OS_NAMES="ubuntu-22.04 ubuntu-20.04" TOOLS=( - ["python"]="2.7.18 3.6.15 3.7.15 3.8.15 3.9.15 3.10.8 3.11.0 pypy3.7-7.3.9 pypy3.8-7.3.9 pypy3.9-7.3.9 miniconda3-4.7.12 mambaforge-4.10.3-10" + ["python"]="2.7.18 3.6.15 3.7.16 3.8.16 3.9.16 3.10.10 3.11.2 pypy3.7-7.3.9 pypy3.8-7.3.11 pypy3.9-7.3.11 miniconda3-4.7.12 mambaforge-4.10.3-10" ["nodejs"]="14.20.1 16.18.0 18.11.0 19.0.0" ["rust"]="1.55.0 1.61.0 1.64.0" ["golang"]="1.17.13 1.18.7 1.19.2" From ce814241a339566cc7175d358cdf4f998eb7bbfd Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Sun, 25 Jun 2023 21:27:30 +0200 Subject: [PATCH 2/3] Apply suggestions from code review --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a2bc09a..f992e1a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,10 +37,10 @@ jobs: OS_NAMES="ubuntu-22.04 ubuntu-20.04" TOOLS=( - ["python"]="2.7.18 3.6.15 3.7.16 3.8.16 3.9.16 3.10.10 3.11.2 pypy3.7-7.3.9 pypy3.8-7.3.11 pypy3.9-7.3.11 miniconda3-4.7.12 mambaforge-4.10.3-10" - ["nodejs"]="14.20.1 16.18.0 18.11.0 19.0.0" + ["python"]="2.7.18 3.6.15 3.7.17 3.8.17 3.9.17 3.10.12 3.11.4 pypy3.7-7.3.9 pypy3.8-7.3.11 pypy3.9-7.3.12 miniconda3-4.7.12 mambaforge-4.10.3-10" + ["nodejs"]="14.20.1 16.18.1 18.11.0 19.0.1" ["rust"]="1.55.0 1.61.0 1.64.0" - ["golang"]="1.17.13 1.18.7 1.19.2" + ["golang"]="1.17.13 1.18.10 1.19.10" ) TOOL_NAMES="python nodejs rust golang" From f7ba8489c3f7acafcaba33726b1598e175ceceb4 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Sun, 25 Jun 2023 21:43:09 +0200 Subject: [PATCH 3/3] Add newest versions for languages --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f992e1a..c6fc145 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,9 +38,9 @@ jobs: OS_NAMES="ubuntu-22.04 ubuntu-20.04" TOOLS=( ["python"]="2.7.18 3.6.15 3.7.17 3.8.17 3.9.17 3.10.12 3.11.4 pypy3.7-7.3.9 pypy3.8-7.3.11 pypy3.9-7.3.12 miniconda3-4.7.12 mambaforge-4.10.3-10" - ["nodejs"]="14.20.1 16.18.1 18.11.0 19.0.1" - ["rust"]="1.55.0 1.61.0 1.64.0" - ["golang"]="1.17.13 1.18.10 1.19.10" + ["nodejs"]="14.20.1 16.18.1 18.16.1 19.0.1 20.3.1" + ["rust"]="1.55.0 1.61.0 1.64.0 1.70.0" + ["golang"]="1.17.13 1.18.10 1.19.10 1.20.5" ) TOOL_NAMES="python nodejs rust golang"