Ver código fonte

fix: python version string (#475)

cachho 2 anos atrás
pai
commit
bbb3bca1c7
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/cd.yml

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

@@ -17,7 +17,7 @@ jobs:
       - name: Set up Python
         uses: actions/setup-python@v2
         with:
-          python-version: 3.10
+          python-version: '3.11'
 
       - name: Install pep517
         run: |