Skip to content

Commit

Permalink
remove 3.7 python version from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gireg.roussel committed Aug 16, 2024
1 parent ae73f58 commit c4cc4dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-verion }}
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ author_email = mathieu.pichon_ext@michelin.com
package_dir =
= src
packages = find:
python_requires = >= 3.7
python_requires = >= 3.8
install_requires =
setuptools
wheel
Expand All @@ -25,6 +25,8 @@ include_package_data = True
dev =
black == 22.8.0
isort
autoflake
flake8
pytest
pytest-cov
sphinx
Expand Down

0 comments on commit c4cc4dc

Please sign in to comment.