Skip to content

Commit

Permalink
Desabilita Python 3.10 en pruebas
Browse files Browse the repository at this point in the history
#6

Signed-off-by: William Moreno Reyes <williamjmorenor@gmail.com>
  • Loading branch information
williamjmorenor committed Dec 31, 2020
1 parent eba38d9 commit f0fa0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
--health-retries 5
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9,3.10.0-alpha.3 ]
python-version: [3.6, 3.7, 3.8, 3.9,]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f0fa0e9

Please sign in to comment.