Skip to content

Commit 3a902f6

Browse files
authored
Merge pull request #296 from leogregianin/python-3.12
Adiciona testes para python versão 3.12
2 parents a8f2d54 + 65a6312 commit 3a902f6

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
9+
python-version: [
10+
"3.6",
11+
"3.7",
12+
"3.8",
13+
"3.9",
14+
"3.10",
15+
"3.11",
16+
"3.12"
17+
]
1018
steps:
1119
- uses: actions/checkout@v2
1220
- name: Set up Python ${{ matrix.python-version }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## PyNFe
22

33
[![Active Development](https://img.shields.io/badge/Maintenance%20Level-Actively%20Developed-brightgreen.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)
4-
![status](https://img.shields.io/badge/status-stable-green.svg) ![https://github.com/TadaSoftware/PyNFe/actions](https://github.com/TadaSoftware/PyNFe/workflows/PyNFe%20CI/badge.svg?branch=master) ![pyversions](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)
4+
![status](https://img.shields.io/badge/status-stable-green.svg) ![https://github.com/TadaSoftware/PyNFe/actions](https://github.com/TadaSoftware/PyNFe/workflows/PyNFe%20CI/badge.svg?branch=main) ![pyversions](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)
55
[![PyPI version](https://badge.fury.io/py/pynfe.svg)](https://badge.fury.io/py/pynfe)
66

77

0 commit comments

Comments
 (0)