Skip to content

Commit

Permalink
Merge pull request #40 from hudsonbrendon/fix/remove-python37
Browse files Browse the repository at this point in the history
fix: remove support for python 3.7
  • Loading branch information
hudsonbrendon authored Jan 15, 2025
2 parents 9700247 + 46f8a01 commit 760b07c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ $ pytest

# Dependências

- [Python >=3.7](https://www.python.org/downloads/release/python-370/)
- [Python >=3.8](https://www.python.org/downloads/release/python-380/)

# Licença

Expand Down

0 comments on commit 760b07c

Please sign in to comment.