Skip to content

Commit

Permalink
chore: dropped travis and python versions under 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuscas committed Jan 17, 2024
1 parent 4786356 commit f4da015
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 35 deletions.
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ Description
-----------
Python module for brazilian register numbers for persons (CPF) and companies (CNPJ). If want this validation in your web application, please check [my tiny web component](https://github.com/matheuscas/wc-input-cpf-cnpj) that does exactly that. ;)

**Python 3 ready!**

[![Build Status](https://travis-ci.org/matheuscas/pycpfcnpj.png?branch=master)](https://travis-ci.org/matheuscas/pycpfcnpj)
![Testing](https://github.com/matheuscas/pycpfcnpj/actions/workflows/testing.yaml/badge.svg)
[![codecov](https://codecov.io/gh/matheuscas/pycpfcnpj/branch/master/graph/badge.svg)](https://codecov.io/gh/matheuscas/pycpfcnpj)
[![PyPI version](https://badge.fury.io/py/pycpfcnpj.svg)](https://badge.fury.io/py/pycpfcnpj)
![Python versions](https://img.shields.io/pypi/pyversions/pycpfcnpj)
Expand Down Expand Up @@ -147,6 +145,9 @@ Divirta-se!

Changelog
-----------
1.8
- Dropped travis and python versions under 3.8

1.7.2
- Use poetry to handle dev/test dependencies, building and publishing

Expand Down Expand Up @@ -181,6 +182,12 @@ Changelog

Log de mudanças
-----------
1,8
- Travis fora e versões do Python abaixo de 3.8 não são mais suportadas

1.7.2
- Use Poetry para lidar com dependências de desenvolvimento/teste, construção e publicação

1.7.1
- Correção para cpf/cnpjs que contém caracteres especials.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pycpfcnpj"
version = "1.7.2"
version = "1.8"
description = "Python module for brazilian register numbers for persons (CPF) and companies (CNPJ)."
authors = ["Matheus CAS <matheus.mcas@gmail.com>"]
license = "MIT"
Expand Down
21 changes: 0 additions & 21 deletions test_requirements.txt

This file was deleted.

0 comments on commit f4da015

Please sign in to comment.