Skip to content

Commit d1454b2

Browse files
committed
Reverting Python 3.11 support
1 parent 466c4b4 commit d1454b2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
matrix:
6262
os: [windows-latest, ubuntu-latest, macos-latest]
63-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
63+
python-version: ['3.7', '3.8', '3.9', '3.10']
6464
fail-fast: false
6565

6666
steps:
@@ -135,7 +135,7 @@ jobs:
135135
strategy:
136136
matrix:
137137
os: [windows-latest, ubuntu-latest, macos-latest]
138-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
138+
python-version: ['3.7', '3.8', '3.9', '3.10']
139139
extras-version: ['fluent-all', 'mapdl-all', 'all']
140140
fail-fast: false
141141

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ classifiers = [
3030
'Programming Language :: Python :: 3.8',
3131
'Programming Language :: Python :: 3.9',
3232
'Programming Language :: Python :: 3.10',
33-
'Programming Language :: Python :: 3.11',
3433
]
3534

3635
packages = [
@@ -39,7 +38,7 @@ packages = [
3938

4039
[tool.poetry.dependencies]
4140
# Core dependencies
42-
python = ">=3.7,<3.12"
41+
python = ">=3.7,<3.11"
4342
importlib-metadata = {version = "^4.0", python = "<3.8"}
4443
ansys-mapdl-core = "==0.63.2"
4544
ansys-dpf-core = "==0.6.0"

0 commit comments

Comments
 (0)