File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
pythonbuild :
17
- runs-on : ' macos-13 '
17
+ runs-on : depot- macos-latest
18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
71
71
strategy :
72
72
matrix : ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
73
73
fail-fast : false
74
- runs-on : macos-14
74
+ runs-on : depot- macos-latest
75
75
name : ${{ matrix.target_triple }} / ${{ matrix.python }} / ${{ matrix.build_options }}
76
76
steps :
77
77
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -603,6 +603,7 @@ const GLOBAL_EXTENSIONS: &[&str] = &[
603
603
"_ast" ,
604
604
"_asyncio" ,
605
605
"_bisect" ,
606
+ "_blake2" ,
606
607
"_bz2" ,
607
608
"_codecs" ,
608
609
"_codecs_cn" ,
@@ -688,7 +689,6 @@ const GLOBAL_EXTENSIONS: &[&str] = &[
688
689
689
690
const GLOBAL_EXTENSIONS_PYTHON_3_9 : & [ & str ] = & [
690
691
"audioop" ,
691
- "_blake2" ,
692
692
"_peg_parser" ,
693
693
"_sha256" ,
694
694
"_sha512" ,
@@ -699,7 +699,6 @@ const GLOBAL_EXTENSIONS_PYTHON_3_9: &[&str] = &[
699
699
700
700
const GLOBAL_EXTENSIONS_PYTHON_3_10 : & [ & str ] = & [
701
701
"audioop" ,
702
- "_blake2" ,
703
702
"_sha256" ,
704
703
"_sha512" ,
705
704
"_xxsubinterpreters" ,
@@ -708,7 +707,6 @@ const GLOBAL_EXTENSIONS_PYTHON_3_10: &[&str] = &[
708
707
709
708
const GLOBAL_EXTENSIONS_PYTHON_3_11 : & [ & str ] = & [
710
709
"audioop" ,
711
- "_blake2" ,
712
710
"_sha256" ,
713
711
"_sha512" ,
714
712
"_tokenize" ,
@@ -719,7 +717,6 @@ const GLOBAL_EXTENSIONS_PYTHON_3_11: &[&str] = &[
719
717
720
718
const GLOBAL_EXTENSIONS_PYTHON_3_12 : & [ & str ] = & [
721
719
"audioop" ,
722
- "_blake2" ,
723
720
"_sha2" ,
724
721
"_tokenize" ,
725
722
"_typing" ,
@@ -729,7 +726,6 @@ const GLOBAL_EXTENSIONS_PYTHON_3_12: &[&str] = &[
729
726
] ;
730
727
731
728
const GLOBAL_EXTENSIONS_PYTHON_3_13 : & [ & str ] = & [
732
- "_blake2" ,
733
729
"_interpchannels" ,
734
730
"_interpqueues" ,
735
731
"_interpreters" ,
You can’t perform that action at this time.
0 commit comments