Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit c1637be

Browse files
committed
add support for python 3.12
1 parent 68f2fa7 commit c1637be

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,14 @@ jobs:
2525
- cp311-win_amd64
2626
- cp311-win32
2727
- cp311-win_arm64
28+
- cp312-win_amd64
29+
- cp312-win32
30+
- cp312-win_arm64
2831
steps:
2932
- uses: actions/checkout@v3
3033

3134
- name: Build wheels
32-
uses: pypa/cibuildwheel@v2.12.1
35+
uses: pypa/cibuildwheel@v2.15.0
3336
env:
3437
CIBW_BUILD: ${{ matrix.build }}
3538
CIBW_TEST_SKIP: "*-win_arm64"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
### Added
88
- Added more Windows SDK (10.0.22621) for Windows 11, version 22H2 APIs.
9+
- Added support for Python 3.12.
910

1011
### Changed
1112
- Updated CppWinRT to v2.0.230706.1.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
'Programming Language :: Python :: 3.9',
2424
'Programming Language :: Python :: 3.10',
2525
'Programming Language :: Python :: 3.11',
26+
'Programming Language :: Python :: 3.12',
2627
'Programming Language :: Python :: Implementation :: CPython',
2728
'Topic :: System :: Operating System',
2829
],

0 commit comments

Comments
 (0)