Parcourir la source

Change python integration test version to 3.10

nuwang il y a 2 ans
Parent
commit
255753c56c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      .github/workflows/integration.yaml

+ 2 - 2
.github/workflows/integration.yaml

@@ -17,7 +17,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        python-version: [ '3.8' ]
+        python-version: [ '3.10' ]
     steps:
       - name: Checkout code
         uses: actions/checkout@v2
@@ -48,7 +48,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        python-version: ['3.8']
+        python-version: ['3.10']
         cloud-provider: ['aws', 'azure', 'gcp', 'mock', 'openstack']
 
     steps: