Sfoglia il codice sorgente

#139 trying tests on python 3.11 again

Rodja Trappe 2 anni fa
parent
commit
931228dcf3
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      .github/workflows/test.yml

+ 2 - 2
.github/workflows/test.yml

@@ -6,7 +6,7 @@ jobs:
   test:
     strategy:
       matrix:
-        python: ["3.7", "3.8", "3.9", "3.10"]
+        python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
       fail-fast: false
     runs-on: ubuntu-latest
     timeout-minutes: 10
@@ -19,7 +19,7 @@ jobs:
       - name: set up Poetry
         uses: abatilo/actions-poetry@v2.0.0
         with:
-          poetry-version: "1.1.11"
+          poetry-version: "1.2.2"
       - name: install dependencies
         run: |
           poetry install