فهرست منبع

Upgrade test platform to Python 3.11

HA 2023.6 is moving to Python 3.11, so update the test environment to match.
Jason Rumney 2 سال پیش
والد
کامیت
925f9c1a4f
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      .github/workflows/linting.yml
  2. 1 1
      .github/workflows/tests.yml

+ 1 - 1
.github/workflows/linting.yml

@@ -11,7 +11,7 @@ jobs:
       - name: Setup Python
       - name: Setup Python
         uses: actions/setup-python@v4
         uses: actions/setup-python@v4
         with:
         with:
-          python-version: '3.10'
+          python-version: '3.11'
 
 
       - name: Install dependencies
       - name: Install dependencies
         run: |
         run: |

+ 1 - 1
.github/workflows/tests.yml

@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     strategy:
     strategy:
       matrix:
       matrix:
-        python-version: ['3.10']
+        python-version: ['3.11']
 
 
     steps:
     steps:
       - uses: actions/checkout@v3
       - uses: actions/checkout@v3