Skip to content

Commit

Permalink
Remove Python 3.7 from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Jul 28, 2023
1 parent 02ee27a commit d677192
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]
os: ["windows-latest", "ubuntu-latest"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
matrix:
ANSYS_VERSION: ["241"]
suffix: [".pre0"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]
os: ["windows-latest", "ubuntu-latest"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "ansys-dpf-post"
version = "0.4.1.dev0"
description = "PyDPF-Post Python library."
readme = "README.md"
requires-python = ">=3.7,<4.0"
requires-python = ">=3.8,<4.0"
license = {file = "LICENSE"}
authors = [
{name = "ANSYS, Inc.", email = "[email protected]"},
Expand Down

0 comments on commit d677192

Please sign in to comment.