fix workflows
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 24 Mar 2022 08:03:10 +0000 (09:03 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 24 Mar 2022 08:03:10 +0000 (09:03 +0100)
.github/workflows/publish-to-pypi.yml
.github/workflows/test.yml

index 98214734cc73044df1e186387f1b3a56a9503868..53000aaa4d4edf488ee4638489612f5de39a6939 100644 (file)
@@ -10,10 +10,10 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@master
-      - name: Set up Python 3.8
+      - name: Set up Python 3.10
         uses: actions/setup-python@v2.3.1
         with:
-          python-version: 3.8
+          python-version: 3.10
       - name: Include frontend-app in the release package
         run: |
           cd /tmp
index 96c95193e1111972a6b49a5372dd604e2b619c2f..05156bccac5da913e7c35ee4ec5c658d07e50a35 100644 (file)
@@ -14,7 +14,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        python-version: [3.8, 3.9]
+        python-version: [3.9, 3.10]
 
     steps:
       - uses: actions/checkout@v2