From 0460c09f884833eb6f10203d3c9290c419ca08e5 Mon Sep 17 00:00:00 2001 From: Brett Jia Date: Tue, 19 Mar 2024 13:10:37 -0400 Subject: [PATCH] add 3.8.19, 3.9.19 --- .github/workflows/CI.yml | 2 +- CMakeLists.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2407596..84a06f0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,7 +21,7 @@ jobs: fail-fast: true matrix: runs-on: [macos-latest] - python-version: [3.9.18, 3.10.13, 3.11.8, 3.12.2] + python-version: [3.9.19, 3.10.13, 3.11.8, 3.12.2] name: python-${{ matrix.python-version }}-${{ matrix.runs-on }} steps: diff --git a/CMakeLists.txt b/CMakeLists.txt index 954df62..197160e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -253,6 +253,7 @@ set(_download_3.8.15_md5 "28b111e1e97a9e5acb62e1d153f188d9") set(_download_3.8.16_md5 "060040f864f1003b849b33393c9605df") set(_download_3.8.17_md5 "d3e789ab828016927a122a0ae9b0e6b0") set(_download_3.8.18_md5 "1c611d70ba4d0ec32da3a364490fc6f4") +set(_download_3.8.19_md5 "5e3188ce73865fa4545d9e3e89bcd26c") # 3.9.x set(_download_3.9.0_md5 "e19e75ec81dd04de27797bf3f9d918fd") set(_download_3.9.1_md5 "429ae95d24227f8fa1560684fad6fca7") @@ -273,6 +274,7 @@ set(_download_3.9.15_md5 "3e13283a5f4e089db508bf81b60a5cca") set(_download_3.9.16_md5 "38c99c7313f416dcf3238f5cf444c6c2") set(_download_3.9.17_md5 "ded6379983f364cf790793ca24dcfe3e") set(_download_3.9.18_md5 "c3a3e67e35838cadca247237a5a279a7") +set(_download_3.9.19_md5 "b4d723903d0a8266b110c3da2f992416") # 3.10.x set(_download_3.10.0_md5 "729e36388ae9a832b01cf9138921b383") set(_download_3.10.1_md5 "91822157a97da16203877400c810d93e")