Selaa lähdekoodia

Updated config.yml. Removing python-36 build

Prakash Ranade 3 vuotta sitten
vanhempi
commit
4ddcfef2de
1 muutettua tiedostoa jossa 2 lisäystä ja 7 poistoa
  1. 2 7
      .circleci/config.yml

+ 2 - 7
.circleci/config.yml

@@ -296,7 +296,7 @@ workflows:
               ignore:
               ignore:
                 - master
                 - master
                 - py3-ci
                 - py3-ci
-      - build-py-36:
+      - build-py-38:
           filters:
           filters:
             branches:
             branches:
               ignore:
               ignore:
@@ -305,7 +305,7 @@ workflows:
       - commit:
       - commit:
           requires:
           requires:
             - build
             - build
-            - build-py-36
+            - build-py-38
           filters:
           filters:
             branches:
             branches:
               only:
               only:
@@ -317,8 +317,3 @@ workflows:
             branches:
             branches:
               only:
               only:
                 - py3-ci
                 - py3-ci
-      - build-py-36:
-          filters:
-            branches:
-              only:
-                - py3-ci