Skip to content

Commit f169eef

Browse files
authored
[CI] Adding Python 3.12 build to GithubActions (#19)
1 parent 2f3244a commit f169eef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
fail-fast: false
8686
matrix:
87-
python-version: ['3.8', '3.9', '3.10', '3.11']
87+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
8888
variant:
8989
- {os: windows-latest, arch: x64, config: RelWithDebInfo, py-arch: x64}
9090
# - {os: windows-latest, arch: arm64, config: RelWithDebInfo, py-arch: x64} # Unsupported (see https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json)
@@ -166,7 +166,7 @@ jobs:
166166
strategy:
167167
fail-fast: false
168168
matrix:
169-
python-version: ['3.8', '3.9', '3.10', '3.11']
169+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
170170
variant:
171171
- {os: windows-latest, arch: x64, config: RelWithDebInfo, py-arch: x64}
172172
- {os: ubuntu-latest, arch: x64, config: RelWithDebInfo, py-arch: x64}

0 commit comments

Comments
 (0)