Skip to content

Commit 6e06604

Browse files
authored
Supporting Python 3.10 (#42)
Allowing for Python 3.10
1 parent 6267618 commit 6e06604

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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']
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']
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ classifiers = [
2929
'Programming Language :: Python :: 3.7',
3030
'Programming Language :: Python :: 3.8',
3131
'Programming Language :: Python :: 3.9',
32+
'Programming Language :: Python :: 3.10',
3233
]
3334

3435
packages = [

0 commit comments

Comments
 (0)