Skip to content

Commit

Permalink
add 3.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Mar 13, 2024
1 parent c4b58c4 commit 0996ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: true
matrix:
runs-on: [macos-latest]
python-version: [3.8.18, 3.9.18, 3.10.13, 3.11.7]
python-version: [3.8.18, 3.9.18, 3.10.13, 3.11.8]

name: python-${{ matrix.python-version }}-${{ matrix.runs-on }}
steps:
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ set(_download_3.10.12_md5 "1d64320e0b0df6e9ab7e611bacb2178d")
set(_download_3.10.13_md5 "cbcad7f5e759176bf8ce8a5f9d487087")
# 3.11.x
set(_download_3.11.7_md5 "ef61f81ec82c490484219c7f0ec96783")
set(_download_3.11.8_md5 "7fb0bfaa2f6aae4aadcdb51abe957825")

set(_extracted_dir "Python-${PY_VERSION}")

Expand Down

0 comments on commit 0996ade

Please sign in to comment.