diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c708edb..2c0160d 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 b96127c..e0434fe 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 a0e2d62..5b04827 100644 --- a/setup.py +++ b/setup.py @@ -42,5 +42,5 @@ ], }, zip_safe=False, - python_requires=">=3.6", + python_requires=">=3.8", )