@@ -505,8 +505,7 @@ jobs:
505
505
os : ' macos-latest'
506
506
- name : ' py314-cover (ubuntu/x86_64)'
507
507
artifact : ' py314-ubuntu-x86_64'
508
- python : ' 3.14-dev'
509
- toxpython : ' python3.14'
508
+ python : ' 3.14'
510
509
python_arch : ' x64'
511
510
tox_env : ' py314-cover'
512
511
cover : true
@@ -515,8 +514,7 @@ jobs:
515
514
os : ' ubuntu-latest'
516
515
- name : ' py314-cover (windows/AMD64)'
517
516
artifact : ' py314-windows-AMD64'
518
- python : ' 3.14-dev'
519
- toxpython : ' python3.14'
517
+ python : ' 3.14'
520
518
python_arch : ' x64'
521
519
tox_env : ' py314-cover'
522
520
cover : true
@@ -525,8 +523,7 @@ jobs:
525
523
os : ' windows-latest'
526
524
- name : ' py314-cover (macos/arm64)'
527
525
artifact : ' py314-macos-arm64'
528
- python : ' 3.14-dev'
529
- toxpython : ' python3.14'
526
+ python : ' 3.14'
530
527
python_arch : ' arm64'
531
528
tox_env : ' py314-cover'
532
529
cover : true
@@ -535,8 +532,7 @@ jobs:
535
532
os : ' macos-latest'
536
533
- name : ' py314-nocov (ubuntu/x86_64/manylinux)'
537
534
artifact : ' py314-ubuntu-x86_64-manylinux'
538
- python : ' 3.14-dev'
539
- toxpython : ' python3.14'
535
+ python : ' 3.14'
540
536
python_arch : ' x64'
541
537
tox_env : ' py314-nocov'
542
538
cibw_arch : ' x86_64'
@@ -545,8 +541,7 @@ jobs:
545
541
os : ' ubuntu-latest'
546
542
- name : ' py314-nocov (ubuntu/x86_64/musllinux)'
547
543
artifact : ' py314-ubuntu-x86_64-musllinux'
548
- python : ' 3.14-dev'
549
- toxpython : ' python3.14'
544
+ python : ' 3.14'
550
545
python_arch : ' x64'
551
546
tox_env : ' py314-nocov'
552
547
cibw_arch : ' x86_64'
@@ -555,8 +550,7 @@ jobs:
555
550
os : ' ubuntu-latest'
556
551
- name : ' py314-nocov (ubuntu/aarch64/manylinux)'
557
552
artifact : ' py314-ubuntu-aarch64-manylinux'
558
- python : ' 3.14-dev'
559
- toxpython : ' python3.14'
553
+ python : ' 3.14'
560
554
python_arch : ' x64'
561
555
tox_env : ' py314-nocov'
562
556
cibw_arch : ' aarch64'
@@ -565,8 +559,7 @@ jobs:
565
559
os : ' ubuntu-latest'
566
560
- name : ' py314-nocov (ubuntu/aarch64/musllinux)'
567
561
artifact : ' py314-ubuntu-aarch64-musllinux'
568
- python : ' 3.14-dev'
569
- toxpython : ' python3.14'
562
+ python : ' 3.14'
570
563
python_arch : ' x64'
571
564
tox_env : ' py314-nocov'
572
565
cibw_arch : ' aarch64'
@@ -575,8 +568,7 @@ jobs:
575
568
os : ' ubuntu-latest'
576
569
- name : ' py314-nocov (windows/AMD64)'
577
570
artifact : ' py314-windows-AMD64'
578
- python : ' 3.14-dev'
579
- toxpython : ' python3.14'
571
+ python : ' 3.14'
580
572
python_arch : ' x64'
581
573
tox_env : ' py314-nocov'
582
574
cibw_arch : ' AMD64'
@@ -585,100 +577,90 @@ jobs:
585
577
os : ' windows-latest'
586
578
- name : ' py314-nocov (macos/arm64)'
587
579
artifact : ' py314-macos-arm64'
588
- python : ' 3.14-dev'
589
- toxpython : ' python3.14'
580
+ python : ' 3.14'
590
581
python_arch : ' arm64'
591
582
tox_env : ' py314-nocov'
592
583
cibw_arch : ' arm64'
593
584
cibw_build : ' cp314-*'
594
585
cibw_ft : ' false'
595
586
os : ' macos-latest'
596
- - name : ' py314-ft-cover (ubuntu/x86_64)'
597
- artifact : ' py314-ft-ubuntu-x86_64'
598
- python : ' 3.14-dev'
599
- toxpython : ' python3.14t'
587
+ - name : ' py314t-cover (ubuntu/x86_64)'
588
+ artifact : ' py314t-ubuntu-x86_64'
589
+ python : ' 3.14'
600
590
python_arch : ' x64-freethreaded'
601
- tox_env : ' py314-ft -cover'
591
+ tox_env : ' py314t -cover'
602
592
cover : true
603
593
cibw_arch : ' x86_64'
604
594
cibw_build : false
605
595
os : ' ubuntu-latest'
606
- - name : ' py314-ft-cover (windows/AMD64)'
607
- artifact : ' py314-ft-windows-AMD64'
608
- python : ' 3.14-dev'
609
- toxpython : ' python3.14t'
596
+ - name : ' py314t-cover (windows/AMD64)'
597
+ artifact : ' py314t-windows-AMD64'
598
+ python : ' 3.14'
610
599
python_arch : ' x64-freethreaded'
611
- tox_env : ' py314-ft -cover'
600
+ tox_env : ' py314t -cover'
612
601
cover : true
613
602
cibw_arch : ' AMD64'
614
603
cibw_build : false
615
604
os : ' windows-latest'
616
- - name : ' py314-ft-cover (macos/arm64)'
617
- artifact : ' py314-ft-macos-arm64'
618
- python : ' 3.14-dev'
619
- toxpython : ' python3.14t'
605
+ - name : ' py314t-cover (macos/arm64)'
606
+ artifact : ' py314t-macos-arm64'
607
+ python : ' 3.14'
620
608
python_arch : ' arm64-freethreaded'
621
- tox_env : ' py314-ft -cover'
609
+ tox_env : ' py314t -cover'
622
610
cover : true
623
611
cibw_arch : ' arm64'
624
612
cibw_build : false
625
613
os : ' macos-latest'
626
- - name : ' py314-ft-nocov (ubuntu/x86_64/manylinux)'
627
- artifact : ' py314-ft-ubuntu-x86_64-manylinux'
628
- python : ' 3.14-dev'
629
- toxpython : ' python3.14t'
614
+ - name : ' py314t-nocov (ubuntu/x86_64/manylinux)'
615
+ artifact : ' py314t-ubuntu-x86_64-manylinux'
616
+ python : ' 3.14'
630
617
python_arch : ' x64-freethreaded'
631
- tox_env : ' py314-ft -nocov'
618
+ tox_env : ' py314t -nocov'
632
619
cibw_arch : ' x86_64'
633
620
cibw_build : ' cp314t-*manylinux*'
634
621
cibw_ft : ' true'
635
622
os : ' ubuntu-latest'
636
- - name : ' py314-ft-nocov (ubuntu/x86_64/musllinux)'
637
- artifact : ' py314-ft-ubuntu-x86_64-musllinux'
638
- python : ' 3.14-dev'
639
- toxpython : ' python3.14t'
623
+ - name : ' py314t-nocov (ubuntu/x86_64/musllinux)'
624
+ artifact : ' py314t-ubuntu-x86_64-musllinux'
625
+ python : ' 3.14'
640
626
python_arch : ' x64-freethreaded'
641
- tox_env : ' py314-ft -nocov'
627
+ tox_env : ' py314t -nocov'
642
628
cibw_arch : ' x86_64'
643
629
cibw_build : ' cp314t-*musllinux*'
644
630
cibw_ft : ' true'
645
631
os : ' ubuntu-latest'
646
- - name : ' py314-ft-nocov (ubuntu/aarch64/manylinux)'
647
- artifact : ' py314-ft-ubuntu-aarch64-manylinux'
648
- python : ' 3.14-dev'
649
- toxpython : ' python3.14t'
632
+ - name : ' py314t-nocov (ubuntu/aarch64/manylinux)'
633
+ artifact : ' py314t-ubuntu-aarch64-manylinux'
634
+ python : ' 3.14'
650
635
python_arch : ' x64-freethreaded'
651
- tox_env : ' py314-ft -nocov'
636
+ tox_env : ' py314t -nocov'
652
637
cibw_arch : ' aarch64'
653
638
cibw_build : ' cp314t-*manylinux*'
654
639
cibw_ft : ' true'
655
640
os : ' ubuntu-latest'
656
- - name : ' py314-ft-nocov (ubuntu/aarch64/musllinux)'
657
- artifact : ' py314-ft-ubuntu-aarch64-musllinux'
658
- python : ' 3.14-dev'
659
- toxpython : ' python3.14t'
641
+ - name : ' py314t-nocov (ubuntu/aarch64/musllinux)'
642
+ artifact : ' py314t-ubuntu-aarch64-musllinux'
643
+ python : ' 3.14'
660
644
python_arch : ' x64-freethreaded'
661
- tox_env : ' py314-ft -nocov'
645
+ tox_env : ' py314t -nocov'
662
646
cibw_arch : ' aarch64'
663
647
cibw_build : ' cp314t-*musllinux*'
664
648
cibw_ft : ' true'
665
649
os : ' ubuntu-latest'
666
- - name : ' py314-ft-nocov (windows/AMD64)'
667
- artifact : ' py314-ft-windows-AMD64'
668
- python : ' 3.14-dev'
669
- toxpython : ' python3.14t'
650
+ - name : ' py314t-nocov (windows/AMD64)'
651
+ artifact : ' py314t-windows-AMD64'
652
+ python : ' 3.14'
670
653
python_arch : ' x64-freethreaded'
671
- tox_env : ' py314-ft -nocov'
654
+ tox_env : ' py314t -nocov'
672
655
cibw_arch : ' AMD64'
673
656
cibw_build : ' cp314t-*'
674
657
cibw_ft : ' true'
675
658
os : ' windows-latest'
676
- - name : ' py314-ft-nocov (macos/arm64)'
677
- artifact : ' py314-ft-macos-arm64'
678
- python : ' 3.14-dev'
679
- toxpython : ' python3.14t'
659
+ - name : ' py314t-nocov (macos/arm64)'
660
+ artifact : ' py314t-macos-arm64'
661
+ python : ' 3.14'
680
662
python_arch : ' arm64-freethreaded'
681
- tox_env : ' py314-ft -nocov'
663
+ tox_env : ' py314t -nocov'
682
664
cibw_arch : ' arm64'
683
665
cibw_build : ' cp314t-*'
684
666
cibw_ft : ' true'
@@ -917,7 +899,6 @@ jobs:
917
899
env :
918
900
CIBW_ARCHS : ' ${{ matrix.cibw_arch }}'
919
901
CIBW_BUILD : ' ${{ matrix.cibw_build }}'
920
- CIBW_FREE_THREADED_SUPPORT : ' ${{ matrix.cibw_ft }}'
921
902
CIBW_CONTAINER_ENGINE : " docker; create_args: --cap-add=SYS_PTRACE"
922
903
CIBW_ENABLE : cpython-freethreading
923
904
CIBW_BUILD_VERBOSITY : ' 3'
0 commit comments