Skip to content

Commit

Permalink
feat: drop Python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Nov 15, 2023
1 parent 4a8b49e commit 1aca175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/testing-and-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']
os: [ubuntu-latest, windows-latest]

steps:
Expand Down Expand Up @@ -131,8 +131,6 @@ jobs:

- name: Build wheels
uses: pypa/[email protected]
with:
python-version: 3.8 - 3.11

- name: List generated wheels
run: |
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 1aca175

Please sign in to comment.