Skip to content

Commit 7dcec20

Browse files
committed
Adiciona testes para python 3.11 no ci
1 parent d2b0fe7 commit 7dcec20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
9+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)