Explorar o código

fix: python version string (#475)

cachho %!s(int64=2) %!d(string=hai) anos
pai
achega
bbb3bca1c7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: |