Skip to content

Commit

Permalink
3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Dec 18, 2024
1 parent cfed8f2 commit 3b0a1bd
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 @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.9.21, 3.10.16, 3.11.11, 3.12.8, 3.13.0]
python-version: [3.9.21, 3.10.16, 3.11.11, 3.12.8, 3.13.1]
os: [ubuntu]
include:
- os: ubuntu
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ set(_download_3.12.7_md5 "5d0c0e4c6a022a87165a9addcd869109")
set(_download_3.12.8_md5 "304473cf367fa65e450edf4b06b55fcc")
# 3.13.x
set(_download_3.13.0_md5 "c29f37220520ec6075fc37d4c62e178b")
set(_download_3.13.1_md5 "6820ac52d77af870f795dabc64583234")

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

Expand Down

0 comments on commit 3b0a1bd

Please sign in to comment.