Skip to content

Commit

Permalink
feat: drop Python 3.8 support (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Nov 15, 2023
1 parent 6ee9824 commit 28119a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing-and-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, windows-latest]

steps:
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Operating System :: MacOS",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down Expand Up @@ -91,7 +90,7 @@
language="c++",
),
],
python_requires=">=3.7",
python_requires=">=3.7,<4",
keywords="vtk MAPDL ANSYS cdb full rst",
package_data={
"ansys.mapdl.reader.examples": [
Expand Down

0 comments on commit 28119a0

Please sign in to comment.