@@ -714,63 +714,63 @@ tasks:
714
714
tags : [auth-aws, auth-aws-web-identity]
715
715
716
716
# Compression tests
717
- - name : test-compression-v4.0-python3.13
717
+ - name : test-compression-v4.0-python3.9
718
718
commands :
719
719
- func : run server
720
720
vars :
721
721
VERSION : " 4.0"
722
722
- func : run tests
723
723
tags : [compression, "4.0"]
724
- - name : test-compression-v4.2-python3.13
724
+ - name : test-compression-v4.2-python3.9
725
725
commands :
726
726
- func : run server
727
727
vars :
728
728
VERSION : " 4.2"
729
729
- func : run tests
730
730
tags : [compression, "4.2"]
731
- - name : test-compression-v4.4-python3.13
731
+ - name : test-compression-v4.4-python3.9
732
732
commands :
733
733
- func : run server
734
734
vars :
735
735
VERSION : " 4.4"
736
736
- func : run tests
737
737
tags : [compression, "4.4"]
738
- - name : test-compression-v5.0-python3.13
738
+ - name : test-compression-v5.0-python3.9
739
739
commands :
740
740
- func : run server
741
741
vars :
742
742
VERSION : " 5.0"
743
743
- func : run tests
744
744
tags : [compression, "5.0"]
745
- - name : test-compression-v6.0-python3.13
745
+ - name : test-compression-v6.0-python3.9
746
746
commands :
747
747
- func : run server
748
748
vars :
749
749
VERSION : " 6.0"
750
750
- func : run tests
751
751
tags : [compression, "6.0"]
752
- - name : test-compression-v7.0-python3.13
752
+ - name : test-compression-v7.0-python3.9
753
753
commands :
754
754
- func : run server
755
755
vars :
756
756
VERSION : " 7.0"
757
757
- func : run tests
758
758
tags : [compression, "7.0"]
759
- - name : test-compression-v8.0-python3.13
759
+ - name : test-compression-v8.0-python3.9
760
760
commands :
761
761
- func : run server
762
762
vars :
763
763
VERSION : " 8.0"
764
764
- func : run tests
765
765
tags : [compression, "8.0"]
766
- - name : test-compression-rapid-python3.13
766
+ - name : test-compression-rapid-python3.9
767
767
commands :
768
768
- func : run server
769
769
vars :
770
770
VERSION : rapid
771
771
- func : run tests
772
772
tags : [compression, rapid]
773
- - name : test-compression-latest-python3.13
773
+ - name : test-compression-latest-python3.9
774
774
commands :
775
775
- func : run server
776
776
vars :
0 commit comments