Skip to content

Commit

Permalink
Adiciona Python 3.10 pra rodar explícitamente nos workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
daltonmatos committed Jun 12, 2022
1 parent af8600c commit 17df22b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [3.7, 3.8, 3.9, 3.x]
python: [3.7, 3.8, 3.9, "3.10", 3.x]
steps:
- name: install libxml2-dev
run: sudo apt-get install libxml2-dev libxslt-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [3.7, 3.8, 3.9, 3.x]
python: [3.7, 3.8, 3.9, "3.10", 3.x]
steps:
- name: install {libxml2,libxslt}-dev
run: sudo apt-get install libxml2-dev libxslt-dev
Expand Down

0 comments on commit 17df22b

Please sign in to comment.