From fd8482d386027d3843d04cb3ddf53d6875cac848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Jos=C3=A9=20Moreno=20Reyes?= Date: Fri, 23 Apr 2021 17:02:56 -0600 Subject: [PATCH] Revert "ci: Actualiza version de python 3.10" Referencias: - https://github.com/actions/setup-python/issues/207 - https://github.com/pytest-dev/pytest/pull/8540#issuecomment-822330273 This reverts commit 05e8867e69dc8caed549ec0753efbde850c67bd2. --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 3a363580..02d48813 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -53,7 +53,7 @@ jobs: --health-retries 5 strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9,3.10.0-beta.1 ] + python-version: [3.6, 3.7, 3.8, 3.9,3.10.0-alpha.5 ] steps: - uses: actions/checkout@v2