Skip to content

Commit 09260cc

Browse files
committed
Supporting Python 3.11
1 parent 1d24a30 commit 09260cc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
tags:
77
- "*"
88
branches:
9-
- main
9+
- release/2023.1
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}
@@ -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']
63+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
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']
138+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
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
@@ -30,6 +30,7 @@ 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',
3334
]
3435

3536
packages = [

0 commit comments

Comments
 (0)