@@ -505,7 +505,7 @@ jobs:
505505 os : ' macos-latest'
506506 - name : ' py314-cover (ubuntu/x86_64)'
507507 artifact : ' py314-ubuntu-x86_64'
508- python : ' 3.14'
508+ python : ' 3.14.0-rc.2 '
509509 python_arch : ' x64'
510510 tox_env : ' py314-cover'
511511 cover : true
@@ -514,7 +514,7 @@ jobs:
514514 os : ' ubuntu-latest'
515515 - name : ' py314-cover (windows/AMD64)'
516516 artifact : ' py314-windows-AMD64'
517- python : ' 3.14'
517+ python : ' 3.14.0-rc.2 '
518518 python_arch : ' x64'
519519 tox_env : ' py314-cover'
520520 cover : true
@@ -523,7 +523,7 @@ jobs:
523523 os : ' windows-latest'
524524 - name : ' py314-cover (macos/arm64)'
525525 artifact : ' py314-macos-arm64'
526- python : ' 3.14'
526+ python : ' 3.14.0-rc.2 '
527527 python_arch : ' arm64'
528528 tox_env : ' py314-cover'
529529 cover : true
@@ -532,7 +532,7 @@ jobs:
532532 os : ' macos-latest'
533533 - name : ' py314-nocov (ubuntu/x86_64/manylinux)'
534534 artifact : ' py314-ubuntu-x86_64-manylinux'
535- python : ' 3.14'
535+ python : ' 3.14.0-rc.2 '
536536 python_arch : ' x64'
537537 tox_env : ' py314-nocov'
538538 cibw_arch : ' x86_64'
@@ -541,7 +541,7 @@ jobs:
541541 os : ' ubuntu-latest'
542542 - name : ' py314-nocov (ubuntu/x86_64/musllinux)'
543543 artifact : ' py314-ubuntu-x86_64-musllinux'
544- python : ' 3.14'
544+ python : ' 3.14.0-rc.2 '
545545 python_arch : ' x64'
546546 tox_env : ' py314-nocov'
547547 cibw_arch : ' x86_64'
@@ -550,7 +550,7 @@ jobs:
550550 os : ' ubuntu-latest'
551551 - name : ' py314-nocov (ubuntu/aarch64/manylinux)'
552552 artifact : ' py314-ubuntu-aarch64-manylinux'
553- python : ' 3.14'
553+ python : ' 3.14.0-rc.2 '
554554 python_arch : ' x64'
555555 tox_env : ' py314-nocov'
556556 cibw_arch : ' aarch64'
@@ -559,7 +559,7 @@ jobs:
559559 os : ' ubuntu-latest'
560560 - name : ' py314-nocov (ubuntu/aarch64/musllinux)'
561561 artifact : ' py314-ubuntu-aarch64-musllinux'
562- python : ' 3.14'
562+ python : ' 3.14.0-rc.2 '
563563 python_arch : ' x64'
564564 tox_env : ' py314-nocov'
565565 cibw_arch : ' aarch64'
@@ -568,7 +568,7 @@ jobs:
568568 os : ' ubuntu-latest'
569569 - name : ' py314-nocov (windows/AMD64)'
570570 artifact : ' py314-windows-AMD64'
571- python : ' 3.14'
571+ python : ' 3.14.0-rc.2 '
572572 python_arch : ' x64'
573573 tox_env : ' py314-nocov'
574574 cibw_arch : ' AMD64'
@@ -577,7 +577,7 @@ jobs:
577577 os : ' windows-latest'
578578 - name : ' py314-nocov (macos/arm64)'
579579 artifact : ' py314-macos-arm64'
580- python : ' 3.14'
580+ python : ' 3.14.0-rc.2 '
581581 python_arch : ' arm64'
582582 tox_env : ' py314-nocov'
583583 cibw_arch : ' arm64'
@@ -586,7 +586,7 @@ jobs:
586586 os : ' macos-latest'
587587 - name : ' py314t-cover (ubuntu/x86_64)'
588588 artifact : ' py314t-ubuntu-x86_64'
589- python : ' 3.14'
589+ python : ' 3.14.0-rc.2 '
590590 python_arch : ' x64-freethreaded'
591591 tox_env : ' py314t-cover'
592592 cover : true
@@ -595,7 +595,7 @@ jobs:
595595 os : ' ubuntu-latest'
596596 - name : ' py314t-cover (windows/AMD64)'
597597 artifact : ' py314t-windows-AMD64'
598- python : ' 3.14'
598+ python : ' 3.14.0-rc.2 '
599599 python_arch : ' x64-freethreaded'
600600 tox_env : ' py314t-cover'
601601 cover : true
@@ -604,7 +604,7 @@ jobs:
604604 os : ' windows-latest'
605605 - name : ' py314t-cover (macos/arm64)'
606606 artifact : ' py314t-macos-arm64'
607- python : ' 3.14'
607+ python : ' 3.14.0-rc.2 '
608608 python_arch : ' arm64-freethreaded'
609609 tox_env : ' py314t-cover'
610610 cover : true
@@ -613,56 +613,56 @@ jobs:
613613 os : ' macos-latest'
614614 - name : ' py314t-nocov (ubuntu/x86_64/manylinux)'
615615 artifact : ' py314t-ubuntu-x86_64-manylinux'
616- python : ' 3.14'
616+ python : ' 3.14.0-rc.2 '
617617 python_arch : ' x64-freethreaded'
618618 tox_env : ' py314t-nocov'
619619 cibw_arch : ' x86_64'
620- cibw_build : ' cp314t -*manylinux*'
620+ cibw_build : ' cp314 -*manylinux*'
621621 cibw_ft : ' true'
622622 os : ' ubuntu-latest'
623623 - name : ' py314t-nocov (ubuntu/x86_64/musllinux)'
624624 artifact : ' py314t-ubuntu-x86_64-musllinux'
625- python : ' 3.14'
625+ python : ' 3.14.0-rc.2 '
626626 python_arch : ' x64-freethreaded'
627627 tox_env : ' py314t-nocov'
628628 cibw_arch : ' x86_64'
629- cibw_build : ' cp314t -*musllinux*'
629+ cibw_build : ' cp314 -*musllinux*'
630630 cibw_ft : ' true'
631631 os : ' ubuntu-latest'
632632 - name : ' py314t-nocov (ubuntu/aarch64/manylinux)'
633633 artifact : ' py314t-ubuntu-aarch64-manylinux'
634- python : ' 3.14'
634+ python : ' 3.14.0-rc.2 '
635635 python_arch : ' x64-freethreaded'
636636 tox_env : ' py314t-nocov'
637637 cibw_arch : ' aarch64'
638- cibw_build : ' cp314t -*manylinux*'
638+ cibw_build : ' cp314 -*manylinux*'
639639 cibw_ft : ' true'
640640 os : ' ubuntu-latest'
641641 - name : ' py314t-nocov (ubuntu/aarch64/musllinux)'
642642 artifact : ' py314t-ubuntu-aarch64-musllinux'
643- python : ' 3.14'
643+ python : ' 3.14.0-rc.2 '
644644 python_arch : ' x64-freethreaded'
645645 tox_env : ' py314t-nocov'
646646 cibw_arch : ' aarch64'
647- cibw_build : ' cp314t -*musllinux*'
647+ cibw_build : ' cp314 -*musllinux*'
648648 cibw_ft : ' true'
649649 os : ' ubuntu-latest'
650650 - name : ' py314t-nocov (windows/AMD64)'
651651 artifact : ' py314t-windows-AMD64'
652- python : ' 3.14'
652+ python : ' 3.14.0-rc.2 '
653653 python_arch : ' x64-freethreaded'
654654 tox_env : ' py314t-nocov'
655655 cibw_arch : ' AMD64'
656- cibw_build : ' cp314t -*'
656+ cibw_build : ' cp314 -*'
657657 cibw_ft : ' true'
658658 os : ' windows-latest'
659659 - name : ' py314t-nocov (macos/arm64)'
660660 artifact : ' py314t-macos-arm64'
661- python : ' 3.14'
661+ python : ' 3.14.0-rc.2 '
662662 python_arch : ' arm64-freethreaded'
663663 tox_env : ' py314t-nocov'
664664 cibw_arch : ' arm64'
665- cibw_build : ' cp314t -*'
665+ cibw_build : ' cp314 -*'
666666 cibw_ft : ' true'
667667 os : ' macos-latest'
668668 - name : ' pypy39-cover (ubuntu/x86_64)'
0 commit comments