bump python version for CI to 3.10 only for now
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 5 Apr 2022 09:11:19 +0000 (11:11 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 5 Apr 2022 09:11:19 +0000 (11:11 +0200)
.github/workflows/pre-commit-updater.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/test.yml

index 9ae64e7186bfb4189b2f496c8d965c02a168ef1f..14442f6eeb483da805ad827dc03433fdbb6c3f39 100644 (file)
@@ -10,7 +10,7 @@ jobs:
       - name: Set up Python
         uses: actions/setup-python@v2
         with:
-          python-version: 3.9
+          python-version: 3.10
       - name: Install pre-commit
         run: pip install pre-commit
       - name: Run pre-commit autoupdate
index 8fadfb1f255b1a320a9c879dcf2d8281585d289e..a5d952e06e5e37e54f569a0d5f242ed349ccd3d2 100644 (file)
@@ -17,7 +17,7 @@ jobs:
     - name: Set up Python
       uses: actions/setup-python@v1
       with:
-        python-version: '3.x'
+        python-version: '3.10'
     - name: Install dependencies
       run: |
         python -m pip install --upgrade pip
index c392e6ede97cd20ff323a728e93b046d2b68fd09..19539daa70c629a85edc52f41421d2ab5947104f 100644 (file)
@@ -14,7 +14,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        python-version: ['3.9', '3.10']
+        python-version: ['3.10']
 
     steps:
       - uses: actions/checkout@v3