Skip to content

Commit 567f37d

Browse files
committed
Cambiada la versión de python de los workflows
Ahora es la 3.11
1 parent 89a26f2 commit 567f37d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.10"]
10+
python-version: ["3.11"]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Configurando versión de Python ${{ matrix.python-version }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.10"]
10+
python-version: ["3.11"]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Configurando versión de Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)