Skip to content

Commit 7262f7a

Browse files
EwoutHhumitos
andauthored
Update patch versions and add new ones for all supported languages (#192)
* .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. * Apply suggestions from code review * Add newest versions for languages --------- Co-authored-by: Manuel Kaufmann <[email protected]>
1 parent 03b076e commit 7262f7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
3838
OS_NAMES="ubuntu-22.04 ubuntu-20.04"
3939
TOOLS=(
40-
["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"
41-
["nodejs"]="14.20.1 16.18.0 18.11.0 19.0.0"
42-
["rust"]="1.55.0 1.61.0 1.64.0"
43-
["golang"]="1.17.13 1.18.7 1.19.2"
40+
["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"
41+
["nodejs"]="14.20.1 16.18.1 18.16.1 19.0.1 20.3.1"
42+
["rust"]="1.55.0 1.61.0 1.64.0 1.70.0"
43+
["golang"]="1.17.13 1.18.10 1.19.10 1.20.5"
4444
)
4545
TOOL_NAMES="python nodejs rust golang"
4646

0 commit comments

Comments
 (0)