From f018b2c6f7eeed761877c96683275f03df062cce Mon Sep 17 00:00:00 2001 From: Leonardo Gregianin Date: Wed, 8 Nov 2023 10:03:17 -0400 Subject: [PATCH] =?UTF-8?q?Remove=20vers=C3=B5es=203.6=20e=203.7=20n=C3=A3?= =?UTF-8?q?o=20mais=20suportadas=20oficialmente?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 -- README.md | 2 +- setup.py | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c708edba..2c0160df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,6 @@ jobs: fail-fast: false matrix: python-version: [ - "3.6", - "3.7", "3.8", "3.9", "3.10", diff --git a/README.md b/README.md index b96127c6..e0434feb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## PyNFe [![Active Development](https://img.shields.io/badge/Maintenance%20Level-Actively%20Developed-brightgreen.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d) -![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) +![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.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue) [![PyPI version](https://badge.fury.io/py/pynfe.svg)](https://badge.fury.io/py/pynfe) diff --git a/setup.py b/setup.py index a0e2d626..5b048271 100644 --- a/setup.py +++ b/setup.py @@ -42,5 +42,5 @@ ], }, zip_safe=False, - python_requires=">=3.6", + python_requires=">=3.8", )